head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	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
	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.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	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;
locks; strict;
comment	@# @;


1.4
date	2009.11.18.05.33.10;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.07.13.04.20;	author lawrance;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.01.06.24.01;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@- Update to 21.1.1
@
text
@--- Makefile.orig	2009-11-17 21:32:40.000000000 +0800
+++ Makefile	2009-11-17 21:33:55.000000000 +0800
@@@@ -2,14 +2,14 @@@@
 # for SGI also use: -signed
 #
 
-CC= cc -O -g
+#CC= cc -O -g
 #CC=cc -g -ansi -Wall
 #CC= /usr/local/parasoft/bin.linux2/insure -g -DDEBUG
 
-CFLAGS= -DUNIX -DPGM_DOC -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
+CFLAGS+= -DUNIX -DPGM_DOC -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
 LFLAGS= -lm -o
 
-BIN = /seqprg/bin
+BIN = $(PREFIX)/bin
 #NRAND= nrand
 #IBM RS/6000
 #NRAND= nrand48
@@@@ -33,7 +33,7 @@@@
 all : $(WPROGS)
 
 install : 
-	cp $(WPROGS) $(BIN)
+	$(BSD_INSTALL_PROGRAM) $(WPROGS) $(BIN)
 
 clean-up : 
 	rm *.o $(PROGS)
@


1.3
log
@Update to 21.u1.d1 (fixes fetch).

Reported by:	fenner's distfile survey
@
text
@d1 2
a2 2
--- Makefile.orig	Sun May  7 22:29:14 2006
+++ Makefile	Sun May  7 22:30:52 2006
d7 4
a10 4
-CC= cc -O
+#CC= cc -O
 #CC=cc -g
 #CC=insure -g
d12 2
a13 2
-CFLAGS= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
+CFLAGS+= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
d21 2
a22 2
@@@@ -29,7 +29,7 @@@@
 all : $(PROGS)
d25 2
a26 2
-	cp $(PROGS) $(BIN)
+	$(BSD_INSTALL_PROGRAM) $(PROGS) $(BIN)
@


1.2
log
@Update to fix fetch.  Rework PORTVERSION to be more like biology/fasta3
and pacify portlint.

PR:		ports/67428
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (one month)
@
text
@d1 4
a4 4
--- Makefile.orig	Mon Jan 29 15:10:42 2001
+++ Makefile	Mon Jan 29 15:15:08 2001
@@@@ -3,14 +3,14 @@@@
 # for mips, also use: -mips2 -O2
d16 1
a16 1
-BIN = /seqprg/slib/bin
d20 1
a20 1
 NRAND= nrand48
d22 1
a22 1
 sall : $(SPROGS)
@


1.1
log
@New port: biology/fasta, the FASTA2 suite of DNA and protein sequence
search tools

PR:		24715
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d3 1
a3 1
@@@@ -3,13 +3,13 @@@@
d10 1
d12 2
a13 2
-CFLAGS= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
+CFLAGS+= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
@

