diff -Nru /usr/ports/net-mgmt/argus3-clients/Makefile argus3-clients/Makefile --- /usr/ports/net-mgmt/argus3-clients/Makefile 2008-04-21 02:33:41.000000000 +0900 +++ argus3-clients/Makefile 2008-05-24 22:40:58.000000000 +0900 @@ -14,12 +14,13 @@ MAINTAINER= se@freebsd.org COMMENT= Client programs for the argus IP network transaction auditing tool -OPTIONS+= SASL "SASL authentication support 1" on +OPTIONS+= SASL "SASL authentication support 1" on \ + DEBUG "enable debug option" off .include .if defined(WITH_SASL) -PKGNAMESUFFIX= -sasl +PKGNAMESUFFIX= -sasl LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .endif @@ -27,7 +28,7 @@ GNU_CONFIGURE= true .if defined(WITH_SASL) -CONFIGURE_ARGS+= --with-sasl=${PREFIX} +CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} .endif MAN1= ra.1 rabins.1 racluster.1 racount.1 ragraph.1 ragrep.1 rahisto.1 \ @@ -35,6 +36,11 @@ MAN5= racluster.5 radium.conf.5 rarc.5 MAN8= radium.8 +pre-configure: +.if defined(WITH_DEBUG) + ${TOUCH} ${WRKSRC}/.debug +.endif + do-install: .for i in ra rabins racluster racount radump rafilteraddr \ ragrep rahisto ralabel ranonymize rapath rapolicy \