1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/security/gtkportscan/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

24 lines
543 B
Makefile

# New ports collection makefile for: gtkportscan
# Date created: 11 March 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkportscan
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/gtkportscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtkportscan ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/portscan ${PREFIX}/bin
.include <bsd.port.mk>