pkgsrc/geography/xrmap-factbook_html/Makefile

26 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/10/04 09:19:22 asau Exp $
#
DISTNAME= factbook_html_2002
PKGNAME= xrmap-factbook_html-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 (HTML)
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
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"