aboutsummaryrefslogtreecommitdiffstats
path: root/misc/earthview/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-13 23:29:01 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-13 23:29:01 +0800
commit4dc11a78ef04cc571fd7d0df73d5a996fd379d2d (patch)
treeb5b398fc797c2a0845773411f8bdeee81ada330d /misc/earthview/files
parente0ff96ea2995287c707861678d42fea8311ee617 (diff)
downloadfreebsd-ports-gnome-4dc11a78ef04cc571fd7d0df73d5a996fd379d2d.tar.gz
freebsd-ports-gnome-4dc11a78ef04cc571fd7d0df73d5a996fd379d2d.tar.zst
freebsd-ports-gnome-4dc11a78ef04cc571fd7d0df73d5a996fd379d2d.zip
add earthview 1.0
Produces a view output of an arbitrary region of the Earth
Diffstat (limited to 'misc/earthview/files')
-rw-r--r--misc/earthview/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/earthview/files/patch-Makefile b/misc/earthview/files/patch-Makefile
new file mode 100644
index 000000000000..8f1780581e3e
--- /dev/null
+++ b/misc/earthview/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig Wed Jul 31 20:33:51 2002
++++ Makefile Fri Sep 13 23:09:34 2002
+@@ -1,11 +1,11 @@
+-BINDIR=/usr/X11R6/bin
+-DATADIR=/usr/share/earthview
++BINDIR=%%PREFIX%%/bin
++DATADIR=%%PREFIX%%/share/earthview
+
+ all: earthview
+ cat WARNING
+
+ earthview: earthview.c
+- gcc -Wall -DDATADIR=\"$(DATADIR)\" earthview.c -o earthview -L/usr/X11R6/lib -lX11 -lm -lz -lbz2
++ %%CC%% %%CFLAGS%% -DDATADIR=\"$(DATADIR)\" earthview.c -o earthview -L%%X11BASE%%/lib -lX11 -lm -lz -lbz2
+
+ install:
+ install -c -s earthview $(BINDIR)