diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /security/razorback-scriptNugget | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Notes
Diffstat (limited to 'security/razorback-scriptNugget')
-rw-r--r-- | security/razorback-scriptNugget/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/razorback-scriptNugget/Makefile b/security/razorback-scriptNugget/Makefile index a2121c36cabd..27681e25d2ab 100644 --- a/security/razorback-scriptNugget/Makefile +++ b/security/razorback-scriptNugget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-scriptNugget -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= scriptNugget PORTVERSION= 0.5.0 @@ -26,9 +22,8 @@ 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 +USES= pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ruby @@ -37,6 +32,8 @@ 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 |