1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/astro/xglobe/Makefile
2013-02-07 15:37:15 +00:00

29 lines
699 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= 11
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map
USE_QT4= corelib gui qt3support moc_build
USE_GMAKE= yes
MAKE_ENV= QT_PREFIX=${QT_PREFIX}
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${PREFIX}/bin/
@${INSTALL_DATA} ${WRKSRC}/map.bmp ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${DATADIR}
.include <bsd.port.mk>