20 lines
370 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2019/07/12 20:49:37 sthen Exp $
1999-03-12 17:29:12 +00:00
COMMENT= fast scatter/gather TCP port scanner
1999-09-01 17:06:35 +00:00
DISTNAME= strobe-1.06
REVISION= 0
1999-03-12 21:37:30 +00:00
CATEGORIES= security
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/
1999-03-12 17:29:12 +00:00
# License: BSD
PERMIT_PACKAGE= Yes
2004-12-27 13:28:33 +00:00
WANTLIB= c
2000-02-12 06:29:49 +00:00
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/strobe
1999-03-12 17:29:12 +00:00
ALL_TARGET= strobe
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-28 17:35:01 +00:00
1999-03-12 17:29:12 +00:00
.include <bsd.port.mk>