aboutsummaryrefslogtreecommitdiffstats
path: root/net/geotrace/Makefile
blob: 33d9f3bc54ef6149a435f21f0e1d81e22695ed7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=   6
CATEGORIES= net gnome
MASTER_SITES=   SF/${PORTNAME}/GeoTrace/${PORTVERSION}

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>