aboutsummaryrefslogtreecommitdiff
path: root/security/strobe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/strobe/Makefile')
-rw-r--r--security/strobe/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/security/strobe/Makefile b/security/strobe/Makefile
deleted file mode 100644
index 0aa76f44d828..000000000000
--- a/security/strobe/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: proff
-
-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= ports@FreeBSD.org
-COMMENT= Fast scatter/gather TCP port scanner
-
-DEPRECATED= Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan
-EXPIRATION_DATE=2022-03-31
-
-WRKSRC= ${WRKDIR}/strobe
-ALL_TARGET= strobe
-
-PLIST_FILES= bin/strobe lib/strobe.services man/man1/strobe.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/strobe ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/strobe.services ${STAGEDIR}${PREFIX}/lib
- ${INSTALL_MAN} ${WRKSRC}/strobe.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>