1999-08-02 10:14:11 +00:00
|
|
|
# New ports collection makefile for: snort
|
1999-09-28 19:32:04 +00:00
|
|
|
# Version required: 1.3
|
1999-08-02 10:14:11 +00:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
1999-09-28 19:32:04 +00:00
|
|
|
DISTNAME= snort-1.3
|
1999-08-02 10:14:11 +00:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://www.clark.net/~roesch/ \
|
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/snort
|
|
|
|
.for i in CREDITS RULES.SAMPLE USAGE backdoor-lib misc-lib overflow-lib \
|
|
|
|
scan-lib snort-lib web-lib
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|