1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/portscanner/Makefile

29 lines
575 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 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= portscanner
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://www.ameth.org/~veilleux/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= billf
DISTNAME= PortScanner-1.0
MAINTAINER= billf@FreeBSD.org
1998-11-23 08:37:27 +00:00
NO_WRKSUBDIR= yes
do-build:
@ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>