pkgsrc/geography/xrmap-factbook_text/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

27 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:20 joerg Exp $
#
DISTNAME= factbook_text_2006
PKGNAME= xrmap-factbook_text-2006
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
do-install:
cd ${WRKSRC} && pax -rw -pe factbook ${DESTDIR}${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"