summaryrefslogtreecommitdiff
path: root/geography/xrmap-base/Makefile
blob: 34f9aa3e15909218fde6eb55ad08ae0682d6cb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.5 2006/05/11 11:05:54 rillig Exp $
#

DISTNAME=		xrmap-2.29
PKGNAME=		xrmap-base-2.29
PKGREVISION=		1
CATEGORIES=		geography
MASTER_SITES=		ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://frmas.free.fr/li_1.htm
COMMENT=		Earth map viewer - base program

USE_IMAKE=		yes

# directory shared by factbook_text and factbook_html
post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/rmap/factbook

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