summaryrefslogtreecommitdiff
path: root/geography/xrmap-flags/Makefile
blob: 8bbe69e41058de68c321abf1d7a38037358f3088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:26:45 drochner Exp $
#

DISTNAME=		flags-1.1
PKGNAME=		xrmap-flags-1.1
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 flags 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 flags ${PREFIX}/share/rmap

.include "../../mk/bsd.pkg.mk"