freebsd-ports/biology/fasta/files/patch-Makefile
James E. Housley c82fc94311 New port: biology/fasta, the FASTA2 suite of DNA and protein sequence
search tools

PR:		24715
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-02-11 16:24:18 +00:00

28 lines
546 B
Text

--- Makefile.orig Mon Jan 29 15:10:42 2001
+++ Makefile Mon Jan 29 15:15:08 2001
@@ -3,13 +3,13 @@
# for mips, also use: -mips2 -O2
#
-CC= cc -O
+#CC= cc -O
#CC=cc -g
-CFLAGS= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
+CFLAGS+= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
LFLAGS= -lm -o
-BIN = /seqprg/slib/bin
+BIN = $(PREFIX)/bin
#NRAND= nrand
#IBM RS/6000
NRAND= nrand48
@@ -29,7 +29,7 @@
sall : $(SPROGS)
install :
- cp $(PROGS) $(BIN)
+ $(BSD_INSTALL_PROGRAM) $(PROGS) $(BIN)
clean-up :
rm *.o $(PROGS)