diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-18 13:01:07 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-18 13:01:07 +0000 |
commit | 44ff373a2a1fa5d5fdda4f83f3ef2574cf72cc7b (patch) | |
tree | bb83545a1d21f0695b94b473c0900bea4de7400b /biology/blast | |
parent | 64c456ac26f4a511d22fd957791cdd233969884e (diff) | |
download | ports-44ff373a2a1fa5d5fdda4f83f3ef2574cf72cc7b.tar.gz ports-44ff373a2a1fa5d5fdda4f83f3ef2574cf72cc7b.zip |
Notes
Diffstat (limited to 'biology/blast')
-rw-r--r-- | biology/blast/Makefile | 11 | ||||
-rw-r--r-- | biology/blast/pkg-plist | 9 |
2 files changed, 16 insertions, 4 deletions
diff --git a/biology/blast/Makefile b/biology/blast/Makefile index 6c3b87b867eb..e8625cc3b954 100644 --- a/biology/blast/Makefile +++ b/biology/blast/Makefile @@ -1,12 +1,14 @@ +# ex:ts=8 # New ports collection makefile for: WU BLAST -# Date created: 27 May 2004 -# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> +# Date created: 27 May 2004 +# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> # # $FreeBSD$ # PORTNAME= wu-blast PORTVERSION= 2.0 +PORTREVISION= 20050316 CATEGORIES= biology MASTER_SITES= # EXTRACT_SUFX= .tar.Z @@ -14,7 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= WU BLAST, a software package for sequence similarity searches -# Distfiles change every few days +# Distfiles change rapidly, but since they can only be downloaded from +# the author, this is not a problem. IGNOREFILES= ${DISTFILES} RESTRICTED= "License does not allow redistribution of binaries. You should first register for the software, which is free for academic use." @@ -27,7 +30,7 @@ NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= COPYRIGHT FAQ-Indexing.html HISTORY LICENSE Memory.html \ - README.html parameters.html + README.html parameters.html parameters.pdf BINS= blasta gb2fasta gt2fasta memfile nrdb pam patdb \ pir2fasta sp2fasta xdformat xdget SCRIPTS= wu-blastall wu-formatdb diff --git a/biology/blast/pkg-plist b/biology/blast/pkg-plist index f2cd7d967d37..565d88d5f2e8 100644 --- a/biology/blast/pkg-plist +++ b/biology/blast/pkg-plist @@ -18,6 +18,14 @@ bin/tblastn bin/tblastx bin/setdb bin/pressdb +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/FAQ-Indexing.html +%%PORTDOCS%%%%DOCSDIR%%/HISTORY +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/Memory.html +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/parameters.html +%%PORTDOCS%%%%DOCSDIR%%/parameters.pdf %%DATADIR%%/matrix/aa/nuc.4.4 %%DATADIR%%/matrix/aa/BLOSUM30 %%DATADIR%%/matrix/aa/BLOSUM35 @@ -202,6 +210,7 @@ bin/pressdb %%DATADIR%%/filter/pseg %%DATADIR%%/filter/README %%DATADIR%%/sysblast.sample +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/matrix/aa @dirrm %%DATADIR%%/matrix/nt @dirrm %%DATADIR%%/matrix |