pkgsrc/geography/xrmap-anthems/Makefile
joerg a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00

27 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= anthems-1.1
PKGNAME= xrmap-anthems-1.1
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 (text) for xrmap
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
USE_TOOLS+= pax
do-install:
cd ${WRKSRC} && pax -rw -pp anthems ${DESTDIR}${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"