openbsd-ports/security/scanssh/Makefile

28 lines
583 B
Makefile
Raw Normal View History

2001-12-04 21:23:59 -05:00
# $OpenBSD: Makefile,v 1.7 2001/12/05 02:23:59 brad Exp $
2001-04-06 12:58:32 -04:00
COMMENT= "SSH remote version scanner"
2001-02-12 14:52:17 -05:00
2001-12-04 21:23:59 -05:00
DISTNAME= scanssh-1.6b
2001-02-20 09:01:29 -05:00
CATEGORIES= security
2001-12-04 21:23:59 -05:00
NEED_VERSION= 1.500
2001-03-15 07:45:42 -05:00
MASTER_SITES= http://www.monkey.org/~provos/ \
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/
2001-02-12 14:52:17 -05:00
2001-02-20 09:01:29 -05:00
HOMEPAGE= http://www.monkey.org/~provos/scanssh/
2001-02-12 14:52:17 -05:00
2001-02-20 09:01:29 -05:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2001-02-12 14:52:17 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-02-20 09:01:29 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2001-02-12 14:52:17 -05:00
2001-12-04 21:23:59 -05:00
NO_REGRESS= Yes
2001-02-20 09:01:29 -05:00
WRKDIST= ${WRKDIR}/scanssh
2001-02-12 14:52:17 -05:00
.include <bsd.port.mk>