5171d0cdfa
If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
23 lines
404 B
Makefile
23 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.27 2019/07/17 14:39:42 danj Exp $
|
|
|
|
COMMENT= SSH remote version scanner
|
|
|
|
DISTNAME= scanssh-2.1
|
|
REVISION = 4
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://monkey.org/~provos/
|
|
|
|
HOMEPAGE= https://www.monkey.org/~provos/scanssh/
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c event pcap dnet>=1
|
|
|
|
LIB_DEPENDS= net/libdnet
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|