freebsd-ports/security/portscanner/Makefile

24 lines
574 B
Makefile
Raw Normal View History

# New ports collection makefile for: portscanner
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= portscanner
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/
DISTNAME= PortScanner-${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
COMMENT= A simple and easy to use TCP port scanner
do-build:
@ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>