1999-08-02 10:14:11 +00:00
|
|
|
# New ports collection makefile for: snort
|
|
|
|
# Date created: Mon Aug 2 12:04:08 CEST 1999
|
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-08-02 10:14:11 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= snort
|
2000-07-10 13:35:52 +00:00
|
|
|
PORTVERSION= 1.6.2.2
|
2000-06-02 03:18:54 +00:00
|
|
|
CATEGORIES= security
|
2000-07-10 13:35:52 +00:00
|
|
|
MASTER_SITES= http://www.snort.org/Files/ \
|
1999-08-02 10:14:11 +00:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-01-29 14:26:12 +00:00
|
|
|
MAN8= snort.8
|
1999-08-02 10:14:11 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/snort
|
2000-07-10 13:35:52 +00:00
|
|
|
.for i in CREDITS RULES.SAMPLE USAGE backdoor-lib ddos-lib finger-lib ftp-lib \
|
|
|
|
misc-lib netbios-lib overflow-lib ping-lib rpc-lib scan-lib smtp-lib \
|
|
|
|
snort-lib telnet-lib webcf-lib webcgi-lib webfp-lib webiis-lib webmisc-lib
|
1999-08-02 10:14:11 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|