1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/scanssh/Makefile
Vanilla I. Shu 77b4f89d83 1: Stagify.
2: convert to new format of LIB_DEPENDS.
2014-06-11 03:50:41 +00:00

24 lines
592 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= libdnet.so:${PORTSDIR}/net/libdnet \
libevent-1.so:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
PLIST_FILES= bin/scanssh man/man1/scanssh.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>