diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-23 22:57:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-23 22:57:04 +0000 |
commit | cb9984c3da24fb5539d6a4ef4f1f2b62121227aa (patch) | |
tree | 0d0029e4c2469c36b357a1ee79a2192a6e6c8278 /security/scanssh/Makefile | |
parent | 630ec3736032facb44b1aba8379bbec4a63aea14 (diff) |
Notes
Diffstat (limited to 'security/scanssh/Makefile')
-rw-r--r-- | security/scanssh/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 2bfa0e530cac..9b009c4bc35d 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -6,24 +6,23 @@ # PORTNAME= scanssh -PORTVERSION= 1.60b -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ -DISTNAME= ${PORTNAME}-1.6b MAINTAINER= kris@FreeBSD.org -COMMENT= Scanssh scans a subnet and reports the version of SSH installed +COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers + +BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ + ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES +PLIST_FILES= bin/scanssh MAN1= scanssh.1 -WRKSRC= ${WRKDIR}/scanssh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/scanssh/ - ${TOUCH} ${PREFIX}/share/scanssh/exclude.list .include <bsd.port.mk> |