mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
21 lines
369 B
Makefile
21 lines
369 B
Makefile
# New ports collection makefile for: strobe
|
|
# Date created: 23 Sep 1996
|
|
# Whom: proff
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= strobe
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.win.ne.jp/pub/misc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fast scatter/gather TCP port scanner
|
|
|
|
WRKSRC= ${WRKDIR}/strobe
|
|
ALL_TARGET= strobe
|
|
MAN1= strobe.1
|
|
|
|
.include <bsd.port.mk>
|