From 0e0a00e01ab73985307758d8687a459096bc7153 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 1 Aug 2008 12:06:53 +0000 Subject: - Add DEBUG option - Look for sasl2 in LOCALBASE instead of PREFIX PR: ports/123955 Submitted by: Tomoyuki Sakurai Approved by: maintainer timeout (se; 2 months) --- net-mgmt/argus3-clients/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index 6380868115ac..cbedc960844d 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://qosient.com/argus/src/ \ 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" off .include @@ -27,7 +28,7 @@ USE_BISON= build 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 @@ MAN1= ra.1 rabins.1 racluster.1 racount.1 ragraph.1 ragrep.1 rahisto.1 \ 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 \ -- cgit v1.2.3