openbsd-ports/security/scanssh/Makefile

24 lines
526 B
Makefile
Raw Normal View History

2001-03-15 07:45:42 -05:00
# $OpenBSD: Makefile,v 1.4 2001/03/15 12:45:42 brad Exp $
2001-02-12 14:52:17 -05:00
2001-03-12 12:01:34 -05:00
DISTNAME= scanssh-1.5
2001-02-20 09:01:29 -05:00
CATEGORIES= security
2001-03-12 12:01:34 -05:00
NEED_VERSION= 1.336
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-02-20 09:01:29 -05:00
WRKDIST= ${WRKDIR}/scanssh
2001-02-12 14:52:17 -05:00
.include <bsd.port.mk>