openbsd-ports/security/sentinel/Makefile
jsyn 9f75ab7725 - respect CC and CFLAGS
- jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- s/packetstorm.securify.com/www.packetstormsecurity.org/g sentinel/Makefile
ok lebel@, pvalchev@
2001-07-22 05:39:20 +00:00

32 lines
837 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/07/22 05:39:20 jsyn Exp $
COMMENT= "remote promiscous mode detection tool"
DISTNAME= sentinel-0.8
CATEGORIES= security net
NEED_VERSION= 1.425
HOMEPAGE= http://www.packetfactory.net/Projects/sentinel/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.packetfactory.net/Projects/sentinel/ \
http://www.packetstormsecurity.org/UNIX/IDS/sentinel/
LIB_DEPENDS= net::net/libnet
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sentinel
${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/share/doc/sentinel
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sentinel
.include <bsd.port.mk>