aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2011-11-28 16:22:31 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2011-11-28 16:22:31 +0000
commit2aab16394932f1853fc7d6f512a99c4e8d4c19a7 (patch)
treeb1217879440b81c9c3d3e44c4b0cdf6cde76d6b9 /net-mgmt/flow-tools
parentb549438001be8c27312f3558e56ac8859111a279 (diff)
downloadports-2aab16394932f1853fc7d6f512a99c4e8d4c19a7.tar.gz
ports-2aab16394932f1853fc7d6f512a99c4e8d4c19a7.zip
PR: 146145
Submitted by: fw@moov.de Reviewed by: scheidell Approved by: maintainer (fw@moov.de, timeout), gabor (mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=286583
Diffstat (limited to 'net-mgmt/flow-tools')
-rw-r--r--net-mgmt/flow-tools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile
index 0c51e39b49e0..18deacc6e5b7 100644
--- a/net-mgmt/flow-tools/Makefile
+++ b/net-mgmt/flow-tools/Makefile
@@ -14,6 +14,10 @@ MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Suite of tools and library to work with netflow data
+OPTIONS= MYSQL "Enable MySQL support" off \
+ OPENSSL "Enable OpenSSL support" off \
+ PGSQL "Enable PostgreSQL support" off
+
CONFLICTS= flow-tools-ng-[0-9]*
USE_PYTHON_RUN= yes
@@ -45,6 +49,8 @@ FLOW_CAPTURE_UID= 174
FLOW_CAPTURE_GID= 174
FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture
+.include <bsd.port.pre.mk>
+
.if defined(WITH_PGSQL)
CONFIGURE_ARGS+=--with-pgsql="${PREFIX}"
USE_PGSQL= yes
@@ -76,4 +82,4 @@ post-install:
@${SETENV} ${SCRIPTS_ENV} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>