summaryrefslogtreecommitdiff
path: root/geography/xrmap-flags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/xrmap-flags/Makefile')
-rw-r--r--geography/xrmap-flags/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/geography/xrmap-flags/Makefile b/geography/xrmap-flags/Makefile
new file mode 100644
index 00000000000..8bbe69e4105
--- /dev/null
+++ b/geography/xrmap-flags/Makefile
@@ -0,0 +1,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"