freebsd-ports/security/portscanner/Makefile
Mark Linimon c63fff12ad Per distfile survey, chase mastersite.
PR:		ports/67116
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 19:01:57 +00:00

27 lines
640 B
Makefile

# New ports collection makefile for: portscanner
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= portscanner
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/scanners
DISTNAME= PortScanner-${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
COMMENT= A simple and easy to use TCP port scanner
PLIST_FILES= bin/portscanner
do-build:
@ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>