![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / xglobe / Attic / Makefile (download)
Revision 1.29, Sat Mar 4 21:31:13 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.29 2006/03/04 21:31:13 jlam Exp $ # DISTNAME= xglobe-0.5 PKGREVISION= 4 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.cs.unc.edu/~scheuerm/xglobe/ \ http://livingearth.com/LE/images/ \ http://www.ngdc.noaa.gov/mgg/image/ DISTFILES+= ${MAPS} ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.unc.edu/~scheuerm/xglobe/ COMMENT= Displays the earth as seen from space, similar to xearth DIST_SUBDIR= xglobe MAPS= LE.400.gif Brill.400.gif mggd.gif EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_X11BASE= YES USE_TOOLS+= gmake post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xglobe ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mggd.gif ${PREFIX}/lib/xglobe/mggd.gif ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/LE.400.gif ${PREFIX}/lib/xglobe/daymap.gif ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Brill.400.gif ${PREFIX}/lib/xglobe/nightmap.gif ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xglobe ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xglobe ${INSTALL_DATA} ${WRKSRC}/README.maps ${PREFIX}/share/doc/xglobe ${INSTALL_DATA} ${WRKSRC}/getcloudmap.sh ${PREFIX}/bin/xglobe-getcloudmap.sh .include "../../x11/qt3-libs/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"