1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/portscanner/Makefile
Bill Fumerola eea0c917c3 Initial import of portscanner, a quick and dirty way to scan ports
similar to strobe, but much quicker, and good for use in scripts and CGI.

PR:		ports/7582
1998-11-17 20:46:44 +00:00

28 lines
561 B
Makefile

# New ports collection makefile for: portscanner
# Version required: 1.0
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
#
DISTNAME= PortScanner-1.0
PKGNAME= portscanner-1.0
CATEGORIES= net
MASTER_SITES= http://www.ameth.org/~veilleux/ \
http://www.FreeBSD.org/~billf/
MAINTAINER= billf@FreeBSD.org
WRKSRC= ${WRKDIR}
do-build:
${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>