openbsd-ports/security/portsentry/Makefile
kevlo 06360edfc4 oops, I forgot we have {MASTER_SITE_PACKETSTORM}.
Thanks to Xavier Santolaria for pointing that out.
2003-08-14 09:23:31 +00:00

32 lines
943 B
Makefile

# $OpenBSD: Makefile,v 1.6 2003/08/14 09:23:31 kevlo Exp $
COMMENT= "port scan detection and active defense"
DISTNAME= portsentry-1.1
CATEGORIES= security
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PACKETSTORM:=UNIX/IDS/}
ALL_TARGET= openbsd
NO_REGRESS= Yes
DOCS= README.install README.methods README.stealth
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/portsentry
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/portsentry
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/portsentry
${INSTALL_PROGRAM} ${WRKSRC}/portsentry ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/portsentry.conf ${PREFIX}/share/examples/portsentry/portsentry.conf-sample
${INSTALL_DATA} ${WRKSRC}/portsentry.ignore ${PREFIX}/lib/portsentry
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/portsentry
.include <bsd.port.mk>