freebsd-ports/security/strobe/Makefile
Niels Heinen 9c14d6c21c Fix coredump and take maintainership
PR:	ports/143035
Submitted by:	Jonathan Hanna <jhanna [at] pangolin-systems.com>
Approved by:	itetcu (mentor)
2010-03-13 19:46:16 +00:00

25 lines
583 B
Makefile

# New ports collection makefile for: strobe
# Date created: 23 Sep 1996
# Whom: proff
#
# $FreeBSD$
#
PORTNAME= strobe
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ftp.ussg.iu.edu/security/tools/unix/scanners/strobe/ \
http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/ \
http://ftp.surfnet.nl/security/coast/scanners/strobe/
MAINTAINER= niels@FreeBSD.org
COMMENT= Fast scatter/gather TCP port scanner
WRKSRC= ${WRKDIR}/strobe
ALL_TARGET= strobe
MAN1= strobe.1
PLIST_FILES= bin/strobe lib/strobe.services
.include <bsd.port.mk>