Merge from vendor branch TNF:
[pkgsrcv2.git] / geography / xrmap-hymns / Makefile
1 # $NetBSD: Makefile,v 1.6 2008/03/04 14:44:05 jlam Exp $
2 #
3
4 DISTNAME=               hymns-1.2
5 PKGNAME=                xrmap-hymns-1.2
6 PKGREVISION=            1
7 CATEGORIES=             geography
8 MASTER_SITES=           ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
9 EXTRACT_SUFX=           .tar.bz2
10
11 MAINTAINER=             pkgsrc-users@NetBSD.org
12 HOMEPAGE=               http://frmas.free.fr/li_1.htm
13 COMMENT=                National anthems (MIDI) for xrmap
14
15 DEPENDS+=               xrmap-base>=2.29:../../geography/xrmap-base
16
17 USE_TOOLS+=     pax
18
19 PKG_DESTDIR_SUPPORT=    user-destdir
20
21 WRKSRC=                 ${WRKDIR}
22 NO_BUILD=               yes
23 INSTALLATION_DIRS=      share/rmap
24
25 do-install:
26         cd ${WRKSRC} && pax -rw -pe hymns ${DESTDIR}${PREFIX}/share/rmap
27
28 .include "../../mk/bsd.pkg.mk"