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

24 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkportscan
# Version required: 1.1
# Date created: 11 March 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
DISTNAME= gtkportscan-1.1
CATEGORIES= security net
MASTER_SITES= http://www.calpoly.edu/~rbarrero/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/gtkscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtkportscan ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/portscan ${PREFIX}/bin
.include <bsd.port.mk>