3c520d3b27
changes by me: - add HOMEPAGE to DESCR - remove license type - add SEPARATE_BUILD option - remove unnecessary re-installation of man page durring post-install - move message from post-install to pkg/MESSAGE
27 lines
651 B
Makefile
27 lines
651 B
Makefile
# $OpenBSD: Makefile,v 1.8 2000/07/24 07:57:51 brad Exp $
|
|
|
|
DISTNAME= snort-1.6.3
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.310
|
|
MASTER_SITES= http://www.snort.org/Files/ \
|
|
ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
|
|
http://snort.safenetworks.com/Files/
|
|
|
|
HOMEPAGE= http://www.snort.org/
|
|
|
|
MAINTAINER= halogen@nol.net
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/snort
|
|
${INSTALL_DATA} ${WRKSRC}/*-lib ${PREFIX}/share/snort
|
|
|
|
.include <bsd.port.mk>
|