15 lines
396 B
Makefile
15 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/09/05 00:13:40 itojun Exp $
|
|
|
|
DISTNAME= scanssh-1.6b
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://monkey.org/~provos/ \
|
|
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://monkey.org/~provos/scanssh/
|
|
COMMENT= ssh remote version scanner
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/scanssh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|