opnsense-ports/security/strobe/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
726 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= Fast scatter/gather TCP port scanner
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>