diff options
Diffstat (limited to 'security/scanssh/Makefile')
-rw-r--r-- | security/scanssh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 4e842bc0b36..cacdec65bc5 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/06/27 11:42:43 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/17 19:43:22 adrianp Exp $ -DISTNAME= scanssh-1.6b +DISTNAME= scanssh-2.0 CATEGORIES= security MASTER_SITES= http://monkey.org/~provos/ \ ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/ @@ -9,9 +9,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://monkey.org/~provos/scanssh/ COMMENT= SSH remote version scanner -WRKSRC= ${WRKDIR}/scanssh GNU_CONFIGURE= yes USE_BUILDLINK3= yes +.include "../../devel/libevent/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" +.include "../../net/libdnet/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |