diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-13 23:29:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-13 23:29:01 +0800 |
commit | 4dc11a78ef04cc571fd7d0df73d5a996fd379d2d (patch) | |
tree | b5b398fc797c2a0845773411f8bdeee81ada330d /misc/earthview/files | |
parent | e0ff96ea2995287c707861678d42fea8311ee617 (diff) | |
download | freebsd-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-Makefile | 17 |
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) |