1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/scanssh/Makefile

28 lines
557 B
Makefile
Raw Normal View History

# New ports collection makefile for: scanssh
# Date created: 09 September 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= scanssh
2000-10-14 23:29:01 +00:00
PORTVERSION= 1.3
PORTREVISION= 1
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>