diff options
author | sem <sem@FreeBSD.org> | 2005-10-12 06:33:34 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-10-12 06:33:34 +0800 |
commit | a49d01a8cb902f34f9bec6e9929b74c1ce0987ff (patch) | |
tree | 9fbb118950d2e1a6c2c54157078299783019bec2 /biology/ncbi-toolkit/Makefile | |
parent | f35b54fda3dbe8429b4fd0824518702a87691406 (diff) | |
download | freebsd-ports-gnome-a49d01a8cb902f34f9bec6e9929b74c1ce0987ff.tar.gz freebsd-ports-gnome-a49d01a8cb902f34f9bec6e9929b74c1ce0987ff.tar.zst freebsd-ports-gnome-a49d01a8cb902f34f9bec6e9929b74c1ce0987ff.zip |
- Update to 20050605
PR: ports/87266
Submitted by: maintainer
Diffstat (limited to 'biology/ncbi-toolkit/Makefile')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index abf90f8555bc..e9e5946f14d4 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= ncbi-toolkit -PORTVERSION= 2004.10.20 -PORTREVISION= 1 +PORTVERSION= 2005.06.05 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi @@ -28,7 +27,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message # are installed in each case. This Makes Sense (TM). # Thus, we drop a handful of programs that are useful only as tests # or code examples -# (credit goes to Aaron Ucko, the Debian maintainer of the NCBI stuff!) +# (credit goes to Aaron Ucko, the Debian maintainer of the NCBI stuff) # Right now the port installs all the executables below, this may # change in the future with the addition of selectable knobs or # new slave ports @@ -41,16 +40,16 @@ BLAST_EXE= bl2seq blast blastall blastcl3 blastclust blastpgp copymat \ X11_EXE= Nentrez Psequin ddv entrez2 netentcf udv # and these are the man pages we have -MAN1= Nentrez.1 Psequin.1 asn2asn.1 asn2ff.1 asn2gb.1 asn2xml.1 asndhuff.1 \ - asntool.1 blast.1 blastclust.1 cdscan.1 checksub.1 copymat.1 ddv.1 \ - debruijn.1 entrcmd.1 entrez2.1 errhdr.1 fa2htgs.1 fastacmd.1 findspl.1 \ - fmerge.1 formatdb.1 gbseqget.1 getfeat.1 getmesh.1 getpub.1 gil2bin.1 \ - idfetch.1 indexpub.1 makemat.1 makeset.1 netentcf.1 rpsblast.1 \ - tbl2asn.1 udv.1 vecscreen.1 - -MLINKS= blast.1 bl2seq.1 blast.1 blastall.1 blast.1 blastcl3.1 \ - blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ - blast.1 seedtop.1 +MAN1= Nentrez.1 Psequin.1 asn2asn.1 asn2ff.1 asn2gb.1 asn2xml.1 asndhuff.1 \ + asntool.1 blast.1 blastclust.1 cdscan.1 checksub.1 copymat.1 ddv.1 \ + debruijn.1 entrcmd.1 entrez2.1 errhdr.1 fa2htgs.1 fastacmd.1 findspl.1 \ + fmerge.1 formatdb.1 gbseqget.1 getfeat.1 getmesh.1 getpub.1 gil2bin.1 \ + idfetch.1 indexpub.1 makemat.1 makeset.1 netentcf.1 rpsblast.1 \ + tbl2asn.1 udv.1 vecscreen.1 + +MLINKS= blast.1 bl2seq.1 blast.1 blastall.1 blast.1 blastcl3.1 \ + blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ + blast.1 seedtop.1 # the ncbi-toolkit provides a shell script to drive the build # and we use it |