2017-09-06 12:40:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:29 wiz Exp $
|
2004-08-27 14:18:49 +02:00
|
|
|
#
|
|
|
|
|
2013-08-10 14:45:15 +02:00
|
|
|
DISTNAME= anthems-1.3
|
|
|
|
PKGNAME= xrmap-anthems-1.3
|
2004-08-27 14:18:49 +02:00
|
|
|
CATEGORIES= geography
|
|
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-09-06 12:40:25 +02:00
|
|
|
#HOMEPAGE= http://frmas.free.fr/li_1.htm
|
2004-08-27 14:18:49 +02:00
|
|
|
COMMENT= National anthems (text) for xrmap
|
|
|
|
|
2005-06-16 08:57:37 +02:00
|
|
|
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
|
|
|
|
|
2004-08-27 14:18:49 +02:00
|
|
|
NO_BUILD= yes
|
2013-10-18 13:41:17 +02:00
|
|
|
INSTALLATION_DIRS= share/rmap/anthems
|
2008-05-25 23:42:20 +02:00
|
|
|
USE_TOOLS+= pax
|
2004-08-27 14:18:49 +02:00
|
|
|
|
|
|
|
do-install:
|
2016-02-26 15:01:09 +01:00
|
|
|
cd ${WRKSRC} && ${PAX} -rw -pm * ${DESTDIR}${PREFIX}/share/rmap/anthems
|
2004-08-27 14:18:49 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|