aboutsummaryrefslogtreecommitdiff
path: root/net/geotrace/Makefile
blob: 9ea6e9b0d83ee8092968f7e3046abe53c25c247d (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=	8
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>