openbsd-ports/security/despoof/Makefile
jsyn b1c632ea37 - bump NEED_VERSION
- add NO_REGRESS
- add secondary backup MASTER_SITE_PACKETSTORM
- switch to distinfo
ok bmc@
2002-01-24 14:28:37 +00:00

37 lines
987 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/01/24 14:28:37 jsyn Exp $
COMMENT= "command-line anti-spoofing detection utility"
DISTNAME= despoof-0.9
CATEGORIES= security
NEED_VERSION= 1.504
MASTER_SITES= http://razor.bindview.com/tools/files/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/misc
EXTRACT_SUFX= .tgz
HOMEPAGE= http://razor.bindview.com/tools/desc/despoof_readme.html
MAINTAINER= Brian Caswell <bmc@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= net::net/libnet
MAKE_FLAGS+= CC='${CC}' CFLAGS='${CFLAGS}' \
DEFS='-I${LOCALBASE}/include `libnet-config --defines`' \
LIBS='-L${LOCALBASE}/lib -lnet -lpcap'
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/despoof ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/despoof
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/despoof
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/despoof
.include <bsd.port.mk>