diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-27 12:18:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-27 12:18:49 +0000 |
commit | f596d2718cb12b7a881482ae5ef5468659aebe02 (patch) | |
tree | 669155bdb69b1280524882c8d2123ae8015e8fc5 /geography/xrmap-hymns/Makefile | |
parent | 32c1309bda4326b7c2b1adc5ac9156d668a6d024 (diff) | |
download | pkgsrc-f596d2718cb12b7a881482ae5ef5468659aebe02.tar.gz |
import of xrmap-2.29, a world map viewer, and data files
Diffstat (limited to 'geography/xrmap-hymns/Makefile')
-rw-r--r-- | geography/xrmap-hymns/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/geography/xrmap-hymns/Makefile b/geography/xrmap-hymns/Makefile new file mode 100644 index 00000000000..26d259a157a --- /dev/null +++ b/geography/xrmap-hymns/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:28:04 drochner Exp $ +# + +DISTNAME= hymns-1.2 +PKGNAME= xrmap-hymns-1.2 +CATEGORIES= geography +MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://frmas.free.fr/li_1.htm +COMMENT= National anthems (MIDI) for xrmap + +WRKSRC= ${WRKDIR} +USE_BUILDLINK3= yes +NO_BUILD= yes +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + +do-install: + cd ${WRKSRC} && ${PAX} -rw -pe hymns ${PREFIX}/share/rmap + +.include "../../mk/bsd.pkg.mk" |