1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/scanssh/Makefile
Alex Kozlov 546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00

27 lines
570 B
Makefile

# Created by: kris@FreeBSD.org
# $FreeBSD$
PORTNAME= scanssh
PORTVERSION= 2.1
PORTREVISION= 8
CATEGORIES= security net
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \
event-1.4:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
PLIST_FILES= bin/scanssh
MAN1= scanssh.1
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1
.include <bsd.port.mk>