summaryrefslogtreecommitdiff
path: root/x11/xglobe/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-05 01:17:47 +0000
committerhubertf <hubertf>1999-01-05 01:17:47 +0000
commit75cff99282d39d9f78bddd24098a57f04bf6acdf (patch)
tree06746fd7445e5e4e910d7b875aed18a647688834 /x11/xglobe/Makefile
parent7156933d7152b00b4ba89b761ad591d86eead413 (diff)
downloadpkgsrc-75cff99282d39d9f78bddd24098a57f04bf6acdf.tar.gz
Displays the earth as seen from space on your X Desktop, similar to xearth,
but using rendered images (textures) instead.
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r--x11/xglobe/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile
new file mode 100644
index 00000000000..d9ae84cedf1
--- /dev/null
+++ b/x11/xglobe/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/01/05 01:17:47 hubertf Exp $
+#
+
+DISTNAME= xglobe-0.1
+CATEGORIES= x11
+MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ \
+ http://livingearth.com/LE/images/ \
+ http://www.ngdc.noaa.gov/mgg/image/
+DISTFILES+= ${MAPS} ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.uni-karlsruhe.de/~uddn/xglobe/
+
+MAPS= LE.400.gif Brill.400.gif mggd.gif
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+USE_X11= YES
+USE_GMAKE= YES
+MAKE_ENV+= QTDIR=${X11BASE}
+
+post-install:
+ ${INSTALL_DATA} ${DISTDIR}/mggd.gif ${X11BASE}/lib/X11/xglobe/map.bmp
+ ${INSTALL_DATA} ${DISTDIR}/LE.400.gif ${X11BASE}/lib/X11/xglobe/daymap.gif
+ ${INSTALL_DATA} ${DISTDIR}/Brill.400.gif ${X11BASE}/lib/X11/xglobe/nightmap.gif
+
+.include "../../mk/bsd.pkg.mk"