aboutsummaryrefslogtreecommitdiffstats
path: root/security/razorback-archiveInflate
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 14:36:41 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 14:36:41 +0800
commitba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch)
tree49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /security/razorback-archiveInflate
parentf0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff)
downloadfreebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz
freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst
freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'security/razorback-archiveInflate')
-rw-r--r--security/razorback-archiveInflate/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/razorback-archiveInflate/Makefile b/security/razorback-archiveInflate/Makefile
index 1002b883aa09..0fc8c2be7293 100644
--- a/security/razorback-archiveInflate/Makefile
+++ b/security/razorback-archiveInflate/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-archiveInflate
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= archiveInflate
PORTVERSION= 0.5.0
@@ -25,15 +21,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master
OPTIONS_DEFINE= DEBUG ASSERT
ASSERT_DESC= Enable Asserts
-.include <bsd.port.options.mk>
-
RB_LIBDIR?= ${PREFIX}/lib/razorback
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= ${RB_LIBDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif