head	1.3;
access;
symbols
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2007.12.15.18.47.00;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2003.02.15.18.43.14;	author naddy;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.03.01.10.19;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.0

PR:		ports/117713
Submitted by:	Motomichi Matsuzaki <mzaki@@e-mail.ne.jp>
@
text
@--- makefile.orig	Thu Feb 13 15:17:25 2003
+++ makefile	Thu Feb 13 15:15:48 2003
@@@@ -4,15 +4,15 @@@@
 	rm *.o
 
 OBJECTS = interface.o sequence.o showpair.o malign.o \
-  	util.o trees.o gcgcheck.o prfalign.o pairalign.o \
-  	calcgapcoeff.o calcprf1.o calcprf2.o calctree.o \
-        readmat.o alnscore.o random.o 
+	util.o trees.o gcgcheck.o prfalign.o pairalign.o \
+	calcgapcoeff.o calcprf1.o calcprf2.o calctree.o \
+	readmat.o alnscore.o random.o 
 
 HEADERS = general.h clustalw.h
 
-CC	= cc
-CFLAGS  = -c -O
-LFLAGS	= -O -lm 
+CC	?= cc
+CFLAGS  += -c -DDATADIR=\"${PREFIX}/share/clustalw\"
+LFLAGS	= -lm 
 
 clustalw : $(OBJECTS) amenu.o clustalw.o
 	$(CC) -o $@@ $(OBJECTS) amenu.o clustalw.o $(LFLAGS)
@


1.2
log
@Update to 1.83.

PR:		48264
Submitted by:	David A. Bader <dbader@@eece.unm.edu>
@
text
@@


1.1
log
@- Support CC/CFLAGS/PREFIX properly
- gets() -> fgets()
- Add WWW: line into pkg/DESCR

Also bumped PORTREVISION to 1

PR:		21572
Submitted by:	tkato@@prontomail.ne.jp <KATO@@FreeBSD.ORG, Tsuguru@@FreeBSD.ORG>
Reviewed by:	will
Approved by:	MAINTAINER (dbader@@eece.unm.edu)
@
text
@d1 12
a12 3
--- makefile.orig	Wed Jun  7 16:55:06 2000
+++ makefile	Tue Aug  8 02:30:53 2000
@@@@ -10,9 +10,9 @@@@
@

