mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
bc47cccc84
ports that depend on GNOME and need to change for 1.4
29 lines
594 B
Makefile
29 lines
594 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_GNOMECTRL= yes
|
|
|
|
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>
|