aboutsummaryrefslogtreecommitdiff
path: root/math/topaz/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 02:27:11 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 02:27:11 +0000
commit58861acc87ce43cfdb900bda3570d0ebf082ea68 (patch)
tree116a087e95bfd81dd0f22862993b718ab98f90ec /math/topaz/files/patch-aa
parent352ace81c63c6cd1a9d71b49bf3495d8beb3bcbc (diff)
downloadports-58861acc87ce43cfdb900bda3570d0ebf082ea68.tar.gz
ports-58861acc87ce43cfdb900bda3570d0ebf082ea68.zip
Initial import of topaz version 3.22.
A command driven graph plotting system for scientists and engineers. PR: 13149 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
Notes
Notes: svn path=/head/; revision=22794
Diffstat (limited to 'math/topaz/files/patch-aa')
-rw-r--r--math/topaz/files/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/topaz/files/patch-aa b/math/topaz/files/patch-aa
new file mode 100644
index 000000000000..273705754bf7
--- /dev/null
+++ b/math/topaz/files/patch-aa
@@ -0,0 +1,23 @@
+--- topaz/Makefile.freebsd.orig Tue Oct 26 20:29:25 1999
++++ topaz/Makefile.freebsd Sat Oct 30 16:22:05 1999
+@@ -2,16 +2,16 @@
+ clean: cleantopaz cleanview cleanps
+
+ # compiler
+-CXX=g++
++CXX?=g++
+
+ # Where are include files kept
+ INCLUDE=.
+
+ # for FreeBSD
+-CFLAGS= -I/usr/local/include -I/usr/local/include/ncurses -I/usr/X11R6/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
+-TOPAZLIB= -L/usr/local/lib -lm -lncurses -lgnugetopt
++CFLAGS+= -I$(PREFIX)/include -I$(PREFIX)/include/ncurses -I$(X11BASE)/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
++TOPAZLIB= -L$(PREFIX)/lib -lm -lncurses -lgnugetopt
+ PSLIB= -lm
+-VIEWLIB= -lm -L/usr/X11R6/lib -lX11
++VIEWLIB= -lm -L$(X11BASE)/lib -lX11
+
+ # obj
+ OBJ=topaz.o plobj.o graph.o axis.o frame.o frame2.o valbuff.o script.o funcs.o\