openbsd-ports/net/snort/Makefile
kevlo e10b0cc172 Initial import of snort version 1.5.1.
The snort is the Highly flexible sniffer/basic NIDS.

Submitted by:	Kyle Hargraves <halogen@nol.net>
2000-02-03 03:58:54 +00:00

21 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/02/03 03:58:54 kevlo Exp $
DISTNAME= snort-1.5.1
CATEGORIES= net security
MASTER_SITES= http://www.clark.net/~roesch/ \
ftp://gd.tuwien.ac.at/infosys/security/snort/ \
http://snort.whitehats.com/
MAINTAINER= halogen@nol.net
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snort ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/snort.8 ${PREFIX}/man/man8
${INSTALL_DATA_DIR} ${PREFIX}/share/snort
${INSTALL_DATA} ${WRKSRC}/*-lib ${PREFIX}/share/snort
@${ECHO} "===> Rule examples installed in ${PREFIX}/share/snort"
.include <bsd.port.mk>