1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/scanssh/Makefile
Kris Kennaway 50c7c16577 scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
2000-09-08 20:02:48 +00:00

27 lines
541 B
Makefile

# New ports collection makefile for: scanssh
# Date created: 09 September 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= scanssh
PORTVERSION= 1.2
CATEGORIES= security net
MASTER_SITES= http://www.monkey.org/~provos/
DISTNAME= scanssh
MAINTAINER= kris@FreeBSD.org
GNU_CONFIGURE= YES
MAN1= scanssh.1
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>