openbsd-ports/security/scanssh/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

30 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.22 2012/03/29 13:38:49 sthen Exp $
COMMENT= SSH remote version scanner
DISTNAME= scanssh-2.1
REVISION = 2
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 event pcap dnet>=1
LIB_DEPENDS= net/libdnet
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>