1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- source tar ball go to LOCAL

- fix WITH_SNORTSAM knob

PR:		ports/148484, ports/148516
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
This commit is contained in:
Cheng-Lung Sung 2010-07-17 13:09:23 +00:00
parent f8fa046d09
commit 2f824ad6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257887

View File

@ -8,8 +8,8 @@
PORTNAME= snort
PORTVERSION= 2.8.6
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/ \
http://dl.snort.org/snort-current/
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= clsung
MAINTAINER= clsung@FreeBSD.org
COMMENT= Lightweight network intrusion detection system
@ -126,14 +126,12 @@ CONFIGURE_ARGS+= --enable-perfprofiling
.endif
.if defined(WITH_SNORTSAM)
BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110
PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
.endif
post-patch:
.if defined(WITH_SNORTSAM)
BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110
.endif
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in
.endif