mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Distfile changed on the MASTER_SITE. I have no idea if this
was functional or not, as there isn't a version number anywhere. Support CC in patch-aa, too...
This commit is contained in:
parent
dbf914ed73
commit
2174e47129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21152
@ -1 +1 @@
|
||||
MD5 (seaview.tar) = 3c9da6cc509ca7207292e074cd285b86
|
||||
MD5 (seaview.tar) = 42ae1a205fb97b65633d4b69ec398550
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.orig Fri Dec 5 13:22:24 1997
|
||||
+++ Makefile Fri Dec 5 13:20:45 1997
|
||||
--- Makefile.orig Mon Aug 30 20:54:56 1999
|
||||
+++ Makefile Mon Aug 30 20:55:48 1999
|
||||
@@ -0,0 +1,17 @@
|
||||
+#matpt.h
|
||||
+#seaview.h
|
||||
+CC = gcc
|
||||
+CFLAGS+= -I/usr/X11R6/include
|
||||
+LIBS = -L/usr/X11R6/lib -lxforms -lX11 -lm
|
||||
+CC ?= gcc
|
||||
+CFLAGS+= -I${X11BASE}/include
|
||||
+LIBS = -L${X11BASE}/lib -lxforms -lX11 -lm
|
||||
+SRCS = align.c comlines.c load_seq.c regions.c seaview.c use_mase_files.c xfmatpt.c
|
||||
+OBJS = align.o comlines.o load_seq.o regions.o seaview.o use_mase_files.o xfmatpt.o
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user