openbsd-ports/security/sentinel/Makefile
2013-03-11 11:35:43 +00:00

39 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2013/03/11 11:41:28 espie Exp $
COMMENT= remote promiscuous mode detection tool
DISTNAME= sentinel-1.0
REVISION = 1
CATEGORIES= security net
HOMEPAGE= http://www.packetfactory.net/projects/sentinel/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_FTP= no license
WANTLIB= c pcap pthread lib/libnet-1.0/net=0
MASTER_SITES= http://www.packetfactory.net/projects/sentinel/ \
${MASTER_SITE_PACKETSTORM:=UNIX/IDS/sentinel/}
LIB_DEPENDS= net/libnet/1.0
WRKDIST= ${WRKDIR}/sentinel
ALL_TARGET= sentinel
MAKE_FLAGS= CC="${CC}" CFLAGS='${CFLAGS} -Wall -I. \
-I${LOCALBASE}/include/libnet-1.0 `libnet-config-1.0 --defines`' \
LIBS="-lnet -L${LOCALBASE}/lib/libnet-1.0 -lpcap -pthread"
NO_TEST= 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>