diff options
Diffstat (limited to 'security/portsentry/Makefile')
-rw-r--r-- | security/portsentry/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 6ea40c46d08..54ba2ee8032 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.10 2003/07/30 05:47:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/22 10:08:19 agc Exp $ # -DISTNAME= portsentry-1.0 -PKGREVISION= 2 +DISTNAME= portsentry-1.2 CATEGORIES= security -MASTER_SITES= # was: http://www.psionic.com/tools/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sentrytools/} MAINTAINER= tech-pkg@NetBSD.org -#HOMEPAGE= http://www.psionic.com/abacus/portsentry/ +HOMEPAGE= http://sourceforge.net/projects/sentrytools/ COMMENT= Detects and respond to port scans against a target host in real-time -LICENSE= portsentry-license - USE_BUILDLINK2= YES USE_PKGINSTALL= YES +WRKSRC= ${WRKDIR}/portsentry_beta ALL_TARGET= ${LOWER_OPSYS} |