freebsd-ports/net/geotrace/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
650 B
Makefile

# 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= 5
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@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>