openbsd-ports/security/sentinel/Makefile
jsyn 7d6efed5ae - update to sentinel-1.0 (complete structure change)
- patch-Makefile_in no longer necessary
- distfile naming convention has changed; remove backup until this converges
- NO_REGRESS
- distinfo switch
2001-11-19 05:11:26 +00:00

35 lines
873 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/11/19 05:11:26 jsyn Exp $
COMMENT= "remote promiscous mode detection tool"
DISTNAME= sentinel
PKGNAME= sentinel-1.0
CATEGORIES= security net
NEED_VERSION= 1.498
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/
LIB_DEPENDS= net::net/libnet
ALL_TARGET= sentinel
MAKE_FLAGS= CC="${CC}" CFLAGS='${CFLAGS} -Wall -I. \
-I${LOCALBASE}/include `libnet-config --defines`'
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/bin/sentinel
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sentinel
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sentinel
.include <bsd.port.mk>