diff options
Diffstat (limited to 'net/geotrace/Makefile')
-rw-r--r-- | net/geotrace/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/geotrace/Makefile b/net/geotrace/Makefile deleted file mode 100644 index 484a25fa14a0..000000000000 --- a/net/geotrace/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: geotrace -# Date created: Apr 19, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= geotrace -PORTVERSION= 0.0.4 -PORTREVISION= 8 -CATEGORIES= net gnome -MASTER_SITES= SF/${PORTNAME}/GeoTrace/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical traceroute utility - -USE_GNOME= gdkpixbuf libcapplet - -post-patch: - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/geotrace ${PREFIX}/bin - @${MKDIR} ${PREFIX}/etc/maps - ${CP} -R ${WRKSRC}/maps/ ${PREFIX}/etc/maps - -.include <bsd.port.mk> |