diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-21 00:01:57 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-21 00:01:57 +0000 |
commit | 702ce223052d37a75d90d1e9a7c23cce604c68e7 (patch) | |
tree | b6ffa11c790521083f26bb569a7e35357201671e /biology/ssaha/Makefile | |
parent | 7956f3346255cf091e670acd7693abf2754a4775 (diff) |
Notes
Diffstat (limited to 'biology/ssaha/Makefile')
-rw-r--r-- | biology/ssaha/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/biology/ssaha/Makefile b/biology/ssaha/Makefile new file mode 100644 index 000000000000..8855ac6ec0fa --- /dev/null +++ b/biology/ssaha/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ssaha +# Date created: 12.Jun.2008 +# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> +# +# $FreeBSD$ +# + +PORTNAME= ssaha +PORTVERSION= 3.1c +CATEGORIES= biology +MASTER_SITES= http://www.sanger.ac.uk/Software/analysis/${PORTNAME:U}/ +DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Very fast matching and alignment of DNA sequences + +NO_WRKSUBDIR= yes + +USE_GMAKE= yes +MAKEFILE= makefile +BUILD_WRKSRC= ${WRKDIR}/Binary +ALL_TARGET= ssaha + +DATA_FILES= test.fasta test_extract.fasta test_filter.fail \ + test_filter.fastq test_protein.fasta README + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ssaha ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/testSSAHA.csh ${DATADIR}/ + ${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/,} ${DATADIR}/ + +.include <bsd.port.mk> |