27 lines
560 B
Makefile
27 lines
560 B
Makefile
# $OpenBSD: Makefile,v 1.9 2002/12/29 20:31:40 fgsch Exp $
|
|
|
|
COMMENT= "SSH remote version scanner"
|
|
|
|
DISTNAME= scanssh-1.6b
|
|
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
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/scanssh
|
|
|
|
.include <bsd.port.mk>
|