summaryrefslogtreecommitdiff
path: root/geography/xrmap-anthems/Makefile
blob: 12a212b60bd85c32127eb5433d45e15cec9c0471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.14 2021/04/21 15:32:25 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
#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:
	cd ${WRKSRC} && ${PAX} -rw -pm * ${DESTDIR}${PREFIX}/share/rmap/anthems

.include "../../mk/bsd.pkg.mk"