openbsd-ports/security/scanssh/Makefile

28 lines
585 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2005/09/06 05:05:07 aanriot Exp $
2001-04-06 12:58:32 -04:00
COMMENT= "SSH remote version scanner"
2001-02-12 14:52:17 -05:00
DISTNAME= scanssh-2.1
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
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>