- add IPv6 option

PR:		ports/152009
Submitted by:	Trond Endrestøl <Trond dot Endrestol_AT_ximalas dot info>
This commit is contained in:
Cheng-Lung Sung 2010-12-09 01:36:35 +00:00
parent a82378b0ae
commit 07a7883c8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265892

View File

@ -26,7 +26,8 @@ OPTIONS= DYNAMIC "Enable dynamic plugin support" on \
POSTGRESQL "Enable PostgreSQL support" off \
PRELUDE "Enable Prelude NIDS integration" off \
PERPROFILE "Enable Performance Profiling" off \
SNORTSAM "Enable output plugin to SnortSam" off
SNORTSAM "Enable output plugin to SnortSam" off \
IPV6 "Enable IPv6 support" off
USE_RC_SUBR= snort.sh
SUB_FILES= pkg-message
@ -131,6 +132,10 @@ PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
.endif
.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in