aboutsummaryrefslogtreecommitdiff
path: root/security/razorback-dispatcher
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-10 17:39:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-10 17:39:41 +0000
commit549e16d92d3221369fca846c6c77cefbc92477a0 (patch)
tree4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /security/razorback-dispatcher
parentf900846e5260dc5d66ccd323d0da759c95e2d6bb (diff)
downloadports-549e16d92d3221369fca846c6c77cefbc92477a0.tar.gz
ports-549e16d92d3221369fca846c6c77cefbc92477a0.zip
Notes
Diffstat (limited to 'security/razorback-dispatcher')
-rw-r--r--security/razorback-dispatcher/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/security/razorback-dispatcher/Makefile b/security/razorback-dispatcher/Makefile
index f7638cd8c4e7..7209d1d71b93 100644
--- a/security/razorback-dispatcher/Makefile
+++ b/security/razorback-dispatcher/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-dispatcher
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= dispatcher
PORTVERSION= 0.5.0
@@ -27,9 +23,7 @@ OPTIONS_DEFINE= DEBUG ASSERT ACTIVEMQ
ASSERT_DESC= Enable Asserts
ACTIVEMQ_DESC= ActiveMQ runs locally
-.include <bsd.port.options.mk>
-
-USES= pathfix
+USES= pathfix pkgconfig
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_MYSQL= yes
@@ -41,6 +35,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
USERS?= razorback
GROUPS?= razorback
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif