blob: 2bfa0e530cacb925bec56907f2ad14f3d6da595e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: scanssh
# Date created: 09 September 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= scanssh
PORTVERSION= 1.60b
PORTREVISION= 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
GNU_CONFIGURE= YES
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>
|