head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.10.30.20.31.14;	author pawel;	state dead;
branches;
next	1.5;

1.5
date	2010.03.23.21.14.31;	author gahr;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.19.17.46.47;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.04.05.01.58.03;	author mnag;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.10.14.04.33;	author tdb;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.06.15.13.17;	author tdb;	state Exp;
branches;
next	;


desc
@@


1.6
log
@SVN rev 306709 on 2012-10-30 20:31:14Z by pawel

- Update to version 4.4.0
- Mark MAKE_JOBS_SAFE
- Make dependency on print/pdflib optional
- Switch to PLIST_FILES

While here:
- Add missing deps
- Add desktop entry

PR:		ports/172498
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Feature safe:	yes
@
text
@--- Makefile.orig	2010-01-08 13:42:25.000000000 +0100
+++ Makefile	2010-01-08 13:42:24.000000000 +0100
@@@@ -1,18 +1,15 @@@@
-FLTK = ../fltk
-PDF = ../PDFlib-Lite-6.0.1/libs/pdflib
-X11 = /usr/X11R6
 CXX = g++
 
-CFLAGS  = -Dunix  -U__APPLE__  -c $(OPT) -I$(FLTK) -I$(PDF) -I$(X11)/include 
+CFLAGS+= -Dunix -U__APPLE__ -c $(OPT) `fltk-config --cflags`
 
 
 OBJECTS = seaview.o pdf.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o chooser_plus.o resource.o nexus.o
 
 
 seaview : $(OBJECTS) 
-	$(CXX) -o $@@ $(OBJECTS) -L$(FLTK)/lib -lfltk \
-             -Xlinker -Bstatic -L$(PDF)/.libs -lpdf -Xlinker -Bdynamic \
-             -L$(X11)/lib -lX11 -lm 
+	$(CXX) -o $@@ $(OBJECTS) `fltk-config --ldflags` \
+             -Xlinker -Bstatic -lpdf -Xlinker -Bdynamic \
+             -L$(LOCALBASE)/lib -lX11 -lm 
 	strip $@@
 
 
@


1.5
log
@- Chase x11-toolkits/fltk update
@
text
@@


1.4
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d1 2
a2 2
--- Makefile.orig	Mon Apr  3 16:30:03 2006
+++ Makefile	Mon Apr  3 16:35:59 2006
d10 1
a10 1
+CFLAGS+= -Dunix -U__APPLE__ -c $(OPT) -I$(LOCALBASE)/include
d20 1
a20 1
+	$(CXX) -o $@@ $(OBJECTS) -L$(LOCALBASE)/lib -lfltk \
@


1.3
log
@- Update to 2006.02.13

PR:		95281
Submitted by:	maintainer
@
text
@d10 1
a10 1
+CFLAGS+= -Dunix -U__APPLE__ -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include
d22 1
a22 1
+             -L$(X11BASE)/lib -lX11 -lm 
@


1.2
log
@- New upstream version; two patches incorporated.

PR:		90140
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (maintainer)
Approved by:	clement (mentor)
@
text
@d1 2
a2 2
--- Makefile.orig	Wed Apr  6 05:54:30 2005
+++ Makefile	Fri Dec  9 07:41:26 2005
d10 1
a10 1
+CFLAGS+= -Dunix -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include
d13 1
a13 1
 OBJECTS = seaview.o pdf.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o chooser_plus.o resource.o nexus.o old_file_chooser.o
@


1.1
log
@- Update to 2005.13.07 to make fetchable again

PR:		89976
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (maintainer)
Approved by:	clement (mentor)
@
text
@d2 1
a2 1
+++ Makefile	Mon Dec  5 08:31:05 2005
d10 1
a10 1
+CFLAGS  = -Dunix -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include
@

