freebsd-ports/net/geotrace/Makefile
Mario Sergio Fujikawa Ferreira b9d28dac8b Deploy USE_GNOMENG infrastructure
PR:		42345
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00

29 lines
614 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= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
USE_GNOMENG= yes
USE_GNOME= libcapplet
post-patch:
@${PERL} -pi -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>