2000-09-08 20:02:48 +00:00
|
|
|
# New ports collection makefile for: scanssh
|
|
|
|
# Date created: 09 September 2000
|
|
|
|
# Whom: kris@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scanssh
|
2001-04-17 17:19:32 +00:00
|
|
|
PORTVERSION= 1.55
|
2000-09-08 20:02:48 +00:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://www.monkey.org/~provos/
|
|
|
|
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN1= scanssh.1
|
2001-03-10 03:17:11 +00:00
|
|
|
WRKSRC= ${WRKDIR}/scanssh
|
2000-09-08 20:02:48 +00:00
|
|
|
|
|
|
|
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>
|