summaryrefslogtreecommitdiff
path: root/geography/xrmap-base/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-08-27 12:18:49 +0000
committerdrochner <drochner>2004-08-27 12:18:49 +0000
commitfbd5337342937daac32e3b65b675bd7688405c15 (patch)
tree669155bdb69b1280524882c8d2123ae8015e8fc5 /geography/xrmap-base/Makefile
parent9f9d91ac453a278d70fbf8c4fc549b4432c0b8c7 (diff)
downloadpkgsrc-fbd5337342937daac32e3b65b675bd7688405c15.tar.gz
import of xrmap-2.29, a world map viewer, and data files
Diffstat (limited to 'geography/xrmap-base/Makefile')
-rw-r--r--geography/xrmap-base/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/geography/xrmap-base/Makefile b/geography/xrmap-base/Makefile
new file mode 100644
index 00000000000..6538e8b1b53
--- /dev/null
+++ b/geography/xrmap-base/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:21:28 drochner Exp $
+#
+
+DISTNAME= xrmap-2.29
+PKGNAME= xrmap-base-2.29
+CATEGORIES= geography
+MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://frmas.free.fr/li_1.htm
+COMMENT= Earth map viewer - base program
+
+USE_BUILDLINK3= yes
+USE_IMAKE= yes
+
+# directory shared by factbook_text and factbook_html
+post-install:
+ ${MKDIR} -p ${PREFIX}/share/rmap/factbook
+
+.include "../../mk/bsd.pkg.mk"