aboutsummaryrefslogtreecommitdiffstats
path: root/security/razorback-virusTotal
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 04:02:01 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 04:02:01 +0800
commit53600dfaabdae69e2abc3babafc09671f8916908 (patch)
treedf2c032468427dc0c7b66d3bb125b511416bc590 /security/razorback-virusTotal
parentcc33170943fa61617b8f7e5b3db1b43320de5379 (diff)
downloadfreebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.gz
freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.zst
freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'security/razorback-virusTotal')
-rw-r--r--security/razorback-virusTotal/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/razorback-virusTotal/Makefile b/security/razorback-virusTotal/Makefile
index 3603a5ae9499..c4ad17d93347 100644
--- a/security/razorback-virusTotal/Makefile
+++ b/security/razorback-virusTotal/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-virusTotal
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= virusTotal
PORTVERSION= 0.5.0
@@ -26,15 +22,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