1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/scanssh/Makefile
Kris Kennaway 2c170dd927 This now links dynamically to the dependencies since they now provide them.
Switch from BUILD_DEPENDS to LIB_DEPENDS and bump PORTREVISION.
2005-10-15 03:39:30 +00:00

30 lines
630 B
Makefile

# New ports collection makefile for: scanssh
# Date created: 09 September 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= scanssh
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= kris@FreeBSD.org
COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \
event:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
PLIST_FILES= bin/scanssh
MAN1= scanssh.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1
.include <bsd.port.mk>