blob: db0c30f40480665ee5a98367749b62fa368606df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:18:50 drochner Exp $
#
DISTNAME= # empty
PKGNAME= xrmap-2.29
CATEGORIES= geography
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://frmas.free.fr/li_1.htm
COMMENT= Earth map viewer - complete
NO_BUILD= yes
DEPENDS+= xrmap-base-2.29:../../geography/xrmap-base
DEPENDS+= xrmap-data>=0:../../geography/xrmap-data
DEPENDS+= xrmap-factbook_text>=2002:../../geography/xrmap-factbook_text
DEPENDS+= xrmap-factbook_html>=2002:../../geography/xrmap-factbook_html
DEPENDS+= xrmap-anthems>=1.1:../../geography/xrmap-anthems
DEPENDS+= xrmap-flags>=1.1:../../geography/xrmap-flags
DEPENDS+= xrmap-hymns>=1.2:../../geography/xrmap-hymns
DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps
do-install:
# nothing
.include "../../mk/bsd.pkg.mk"
|