aboutsummaryrefslogtreecommitdiff
path: root/security/snort
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 09:14:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 09:14:10 +0000
commite587cce18d218023990f567c4bb37a57713f2408 (patch)
tree4b2037efa311b2c88ad6376374840e8f02a6330b /security/snort
parenta53757871183c4b0b05bc2d4a59ca5cb50273fa4 (diff)
downloadports-e587cce18d218023990f567c4bb37a57713f2408.tar.gz
ports-e587cce18d218023990f567c4bb37a57713f2408.zip
Notes
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 64d137170a45..9b89b934bd80 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -60,6 +60,13 @@ MAN8= snort.8
DOCS= ChangeLog doc/AUTHORS doc/BUGS doc/CREDITS doc/FAQ doc/NEWS \
doc/README* doc/TODO doc/USAGE doc/snort_manual.pdf
+OPTIONS= FLEXRESP "Flexible response to events" off \
+ MYSQL "Mysql logging" off \
+ ODBC "ODBC logging" off \
+ POSTGRES "Postgresql logging" off
+
+.include <bsd.port.pre.mk>
+
post-patch:
${REINPLACE_CMD} "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/snort.c
@@ -92,4 +99,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>