mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
PR: 146145
Submitted by: fw@moov.de Reviewed by: scheidell Approved by: maintainer (fw@moov.de, timeout), gabor (mentor) Feature safe: yes
This commit is contained in:
parent
b549438001
commit
2aab163949
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286583
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user