diff options
Diffstat (limited to 'x11/xglobe/Makefile')
-rw-r--r-- | x11/xglobe/Makefile | 21 |
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" |