summaryrefslogtreecommitdiff
path: root/biology/ncbi-toolkit/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'biology/ncbi-toolkit/files/patch-aa')
-rw-r--r--biology/ncbi-toolkit/files/patch-aa51
1 files changed, 0 insertions, 51 deletions
diff --git a/biology/ncbi-toolkit/files/patch-aa b/biology/ncbi-toolkit/files/patch-aa
deleted file mode 100644
index 65458348ad2a..000000000000
--- a/biology/ncbi-toolkit/files/patch-aa
+++ /dev/null
@@ -1,51 +0,0 @@
---- make/makeall.unx.orig Tue Jun 8 17:44:54 2004
-+++ make/makeall.unx Mon Nov 1 21:07:43 2004
-@@ -944,3 +944,48 @@
- #load $(LDFLAGS) getmuid.c medutil.c \
- $(SRC11) $(SRC8) $(SRC7) $(SRC6) $(SRC5) $(SRC3) \
- $(SRC2) $(SRC1) $(OTHERLIBS) -lsocket -lnsl
-+
-+EXE= Nentrez Psequin \
-+ asn2ff asn2gb asn2xml asndhuff asntool \
-+ blastall blastcl3 blastclust blastpgp \
-+ cdscan checksub copymat \
-+ ddv demo_regexp demo_regexp_grep dosimple \
-+ entrcmd entrez2 errhdr fa2htgs fastacmd findspl formatdb \
-+ getfeat getmesh getpub getseq gil2bin \
-+ idfetch impala indexpub \
-+ makemat makeset megablast \
-+ ncbisort netentcf \
-+ rpsblast \
-+ seedtop seqtest \
-+ tbl2asn testcore testobj testval \
-+ udv vecscreen
-+
-+
-+MKDIR= /bin/mkdir -p
-+INSTALL_PROGRAM= /usr/bin/install -c
-+
-+binstall: $(EXE)
-+ ${MKDIR} ${PREFIX}/bin
-+.for f in $(EXE)
-+ ${INSTALL_PROGRAM} -s $(f) ${PREFIX}/bin
-+.endfor
-+
-+linstall: $(LIB)
-+ ${MKDIR} ${PREFIX}/lib/ncbi
-+ for file in *.a; do \
-+ ${INSTALL_PROGRAM} $$file ${PREFIX}/lib/ncbi; \
-+ done
-+
-+iinstall::
-+ ${MKDIR} ${PREFIX}/include/ncbi/connect
-+ cd ../include; \
-+ for file in *.h; do \
-+ ${INSTALL_PROGRAM} $$file ${PREFIX}/include/ncbi; \
-+ done
-+ cd ../include/connect; \
-+ for file in *.h; do \
-+ ${INSTALL_PROGRAM} $$file ${PREFIX}/include/ncbi/connect; \
-+ done
-+
-+install: iinstall linstall binstall
-+