pkgsrc/geography/xrmap-anthems/Makefile

24 lines
594 B
Makefile
Raw Normal View History

2017-09-06 12:40:25 +02:00
# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:29 wiz Exp $
#
DISTNAME= anthems-1.3
PKGNAME= xrmap-anthems-1.3
CATEGORIES= geography
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-06 12:40:25 +02:00
#HOMEPAGE= http://frmas.free.fr/li_1.htm
COMMENT= National anthems (text) for xrmap
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
NO_BUILD= yes
INSTALLATION_DIRS= share/rmap/anthems
USE_TOOLS+= pax
do-install:
2016-02-26 15:01:09 +01:00
cd ${WRKSRC} && ${PAX} -rw -pm * ${DESTDIR}${PREFIX}/share/rmap/anthems
.include "../../mk/bsd.pkg.mk"