summaryrefslogtreecommitdiff
path: root/biology/treeviewx/files/patch-Makefile.in
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-08-17 08:39:28 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-08-17 08:39:28 +0000
commit490da9f942df7f3ec3b9ba5c969ce24e19556336 (patch)
treeec9e81e1fefbe8a7174467009242cd1ea5770751 /biology/treeviewx/files/patch-Makefile.in
parentAdd py-twisted 0.9.5, an event-based Python framework for internet (diff)
Add treeviewx 0.1.1, a phylogenetic tree viewer.
PR: 29770 Submitted by: Tony Maher <tonym@biolateral.com.au>
Notes
Notes: svn path=/head/; revision=46356
Diffstat (limited to 'biology/treeviewx/files/patch-Makefile.in')
-rw-r--r--biology/treeviewx/files/patch-Makefile.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/biology/treeviewx/files/patch-Makefile.in b/biology/treeviewx/files/patch-Makefile.in
new file mode 100644
index 000000000000..c443674c804f
--- /dev/null
+++ b/biology/treeviewx/files/patch-Makefile.in
@@ -0,0 +1,28 @@
+--- Makefile.in.orig Sat Aug 4 05:09:46 2001
++++ Makefile.in Sat Aug 4 15:45:59 2001
+@@ -263,7 +263,7 @@
+ $(CC) -c $(CFLAGS) -I$(NCLDIR) -I$(TREELIBDIR) -I$(GPORTDIR) -DUSE_WXWINDOWS -o $@ $<
+
+ all:
+- cd ncl-2.0/src; make libncl.a; # Paul Lewis Nexus Class Library
++ cd ncl-2.0/src; $(MAKE) libncl.a; # Paul Lewis Nexus Class Library
+
+ ${MAKE} $(PROGRAM);
+
+@@ -273,6 +273,16 @@
+ tview.o : tview.cpp tview.h tproject.h
+ tv.o : tv.cpp tv.h tdoc.h tview.h tproject.h
+ tdoc.o: tdoc.cpp tdoc.h tview.h
++
++install : $(PROGRAM)
++ $(mkinstalldirs) $(DESTDIR)$(bindir)
++ @list='$(PROGRAM)'; for p in $$list; do \
++ if test -f $$p; then \
++ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
++ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)' `; \
++ else :; fi; \
++ done
++
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.