openbsd-ports/security/scanssh/Makefile
aanriot 0d47b9ee3b update to 2.1.
maintainer timeout, ok fgsch@
2005-09-06 05:05:07 +00:00

28 lines
585 B
Makefile

# $OpenBSD: Makefile,v 1.13 2005/09/06 05:05:07 aanriot Exp $
COMMENT= "SSH remote version scanner"
DISTNAME= scanssh-2.1
CATEGORIES= security
MASTER_SITES= http://monkey.org/~provos/ \
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/
HOMEPAGE= http://www.monkey.org/~provos/scanssh/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
LIB_DEPENDS= dnet.1::net/libdnet
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>