mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
090059a210
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)
30 lines
650 B
Makefile
30 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>
|