aboutsummaryrefslogtreecommitdiff
path: root/security/razorback-fsWalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/razorback-fsWalk/Makefile')
-rw-r--r--security/razorback-fsWalk/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/razorback-fsWalk/Makefile b/security/razorback-fsWalk/Makefile
index 666b2c20d3a9..d3cb2ec61204 100644
--- a/security/razorback-fsWalk/Makefile
+++ b/security/razorback-fsWalk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-fsWalk
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= fsWalk
PORTVERSION= 0.5.0
@@ -22,13 +18,14 @@ LIB_DEPENDS= razorback_api.2:${PORTSDIR}/security/razorback-api
OPTIONS_DEFINE= DEBUG ASSERT
-.include <bsd.port.options.mk>
-
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+.include <bsd.port.options.mk>
+
.if !empty(PORT_OPTIONS:MDEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif