9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
24 lines
586 B
Makefile
24 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:45 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= hymns-1.2
|
|
PKGNAME= xrmap-hymns-1.2
|
|
PKGREVISION= 1
|
|
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 (MIDI) for xrmap
|
|
|
|
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= share/rmap
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PAX} -rw -pe hymns ${PREFIX}/share/rmap
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|