summaryrefslogtreecommitdiff
path: root/x11/xglobe/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-04-03 03:24:47 +0000
committerhubertf <hubertf>2000-04-03 03:24:47 +0000
commita5ad5fdb0ae2f067c8b391c192da476a50fffe30 (patch)
tree4c981f791263ab027fe239edcd8287622042803f /x11/xglobe/Makefile
parentfc8387001f37687d749964e0b45ecc3a7c26c4c2 (diff)
downloadpkgsrc-a5ad5fdb0ae2f067c8b391c192da476a50fffe30.tar.gz
Update to version 0.5. Changes:
- added -outfile command line switch - added -rot command line switch by Andrew Sumner: - implemented cloud map rendering (-cloudmapfile and -cloudfilter switches) (see README.maps for details) For NetBSD 1.4.x, (s)rand() was replaced by (s)random() to get a better image of stars. Thanks a lot to Marcello Balduccini <marcy@cs.utep.edu> for the hint!
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r--x11/xglobe/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile
index 755bf017b43..0af164819b5 100644
--- a/x11/xglobe/Makefile
+++ b/x11/xglobe/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.9 2000/03/28 00:09:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.10 2000/04/03 03:24:47 hubertf Exp $
#
-DISTNAME= xglobe-0.2
+DISTNAME= xglobe-0.5
CATEGORIES= x11
#
# The original MASTER_SITE for the program responds "200 OK"
# and produces a page explaining how the user "uddn" no longer
# has web pages on their system.
#
-#MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ \
-#
-MASTER_SITES= http://livingearth.com/LE/images/ \
+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}
@@ -28,9 +27,13 @@ USE_GMAKE= YES
MAKE_ENV+= QTDIR=${X11BASE}/qt1
post-install:
- ${INSTALL_DATA_DIR} ${X11BASE}/lib/X11/xglobe
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mggd.gif ${X11BASE}/lib/X11/xglobe/mggd.gif
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/LE.400.gif ${X11BASE}/lib/X11/xglobe/daymap.gif
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Brill.400.gif ${X11BASE}/lib/X11/xglobe/nightmap.gif
+ ${INSTALL_DATA_DIR} ${X11BASE}/lib/xglobe
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mggd.gif ${X11BASE}/lib/xglobe/mggd.gif
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/LE.400.gif ${X11BASE}/lib/xglobe/daymap.gif
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Brill.400.gif ${X11BASE}/lib/xglobe/nightmap.gif
+ ${INSTALL_DATA_DIR} ${X11BASE}/share/doc/xglobe
+ ${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/xglobe
+ ${INSTALL_DATA} ${WRKSRC}/README.maps ${X11BASE}/share/doc/xglobe
+ ${INSTALL_DATA} ${WRKSRC}/getcloudmap.sh ${X11BASE}/bin/xglobe-getcloudmap.sh
.include "../../mk/bsd.pkg.mk"