1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/astro/xglobe/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 13:08:29 +00:00

29 lines
714 B
Makefile

# New ports collection makefile for: xglobe
# Date created: 20 January 1998
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xglobe
PORTVERSION= 0.5
PORTREVISION= 6
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris
MAINTAINER= kris@FreeBSD.org
COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map
USE_QT_VER= 3
USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
do-install:
@${MKDIR} ${PREFIX}/share/xglobe/
@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${PREFIX}/bin/
@${INSTALL_DATA} ${WRKSRC}/map.bmp ${PREFIX}/share/xglobe/
@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${PREFIX}/share/xglobe/
.include <bsd.port.mk>