openbsd-ports/security/scanssh/Makefile

28 lines
582 B
Makefile
Raw Normal View History

2004-12-27 08:28:33 -05:00
# $OpenBSD: Makefile,v 1.12 2004/12/27 13:28:35 alek Exp $
2001-04-06 12:58:32 -04:00
COMMENT= "SSH remote version scanner"
2001-02-12 14:52:17 -05:00
2004-06-19 17:04:54 -04:00
DISTNAME= scanssh-2.0
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
2004-12-27 08:28:33 -05:00
WANTLIB= c pcap
2001-02-12 14:52:17 -05:00
BUILD_DEPENDS= dnet::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>