diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 21:32:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 21:32:13 +0000 |
commit | 807384d668e45f4705d2d54977ccc7083c651cb5 (patch) | |
tree | 865afda648ba1ec98f953ee91044186c7db7401a /biology/ncbi-toolkit/files/patch-aa | |
parent | This port now conflicts with acroread7. (diff) |
- Update to 2.2.10 from 20041020
- Transfer maintainership
PR: ports/67735
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Approved by: old maintainer indirectly in
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2004-June/035351.html
Notes
Notes:
svn path=/head/; revision=131662
Diffstat (limited to 'biology/ncbi-toolkit/files/patch-aa')
-rw-r--r-- | biology/ncbi-toolkit/files/patch-aa | 51 |
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 -+ |