1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/gtkportscan/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

25 lines
598 B
Makefile

# New ports collection makefile for: gtkportscan
# Version required: 1.2
# Date created: 11 March 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= gtkportscan-1.2
CATEGORIES= security net
#MASTER_SITES= http://armageddon.splorg.org/gtkportscan/
MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/
MAINTAINER= cpiazza@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>