3d8ef5a52d
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
28 lines
637 B
Makefile
28 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:20 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= flags-1.1
|
|
PKGNAME= xrmap-flags-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 flags for xrmap
|
|
|
|
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= share/rmap
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && pax -rw -pe flags ${DESTDIR}${PREFIX}/share/rmap
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|