openbsd-ports/security/scanssh/Makefile

29 lines
612 B
Makefile
Raw Normal View History

2008-01-29 02:49:57 -05:00
# $OpenBSD: Makefile,v 1.17 2008/01/29 07:49:57 jakob Exp $
COMMENT= SSH remote version scanner
2001-02-12 14:52:17 -05:00
DISTNAME= scanssh-2.1
2008-01-29 02:49:57 -05:00
PKGNAME= ${DISTNAME}p1
2001-02-20 09:01:29 -05:00
CATEGORIES= security
MASTER_SITES= http://monkey.org/~provos/ \
2001-03-15 07:45:42 -05:00
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
WANTLIB= c event pcap
2001-02-12 14:52:17 -05:00
2006-08-03 19:28:11 -04:00
LIB_DEPENDS= dnet.>=1::net/libdnet
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-12 14:52:17 -05:00
.include <bsd.port.mk>