pkgsrc/geography/xrmap-factbook_text/Makefile
jlam 9c8b5ede43 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.
2006-03-04 21:28:51 +00:00

24 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:45 jlam Exp $
#
DISTNAME= factbook_text_2002
PKGNAME= xrmap-factbook_text-2002
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://frmas.free.fr/li_1.htm
COMMENT= CIA factbook for xrmap
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
WRKSRC= ${WRKDIR}
NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
do-install:
cd ${WRKSRC} && ${PAX} -rw -pe factbook ${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"