head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.54.53;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.21.02.46.21;	author lippe;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.21.00.01.56;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# Created by: Fernan Aguero <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/biology/ssaha/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	ssaha
PORTVERSION=	3.1c
PORTREVISION=	1
CATEGORIES=	biology
MASTER_SITES=	http://www.sanger.ac.uk/Software/analysis/${PORTNAME:U}/
DISTNAME=	${PORTNAME}_v${PORTVERSION:S/.//}

MAINTAINER=	ports@@FreeBSD.org
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,^,${BUILD_WRKSRC}/,} ${DATADIR}/

.include <bsd.port.mk>
@


1.3
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@- Fix plist files installation.
- Bump PORTREVISION.

Reported by:	QA Tindy
Approved by:	gabor (mentor, implicit)
@
text
@d1 1
a1 4
# New ports collection makefile for:	ssaha
# Date created:				12.Jun.2008
# Whom:					Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.1
log
@SSAHA is a software tool for very fast matching and alignment of DNA
sequences. It stands for Sequence Search and Alignment by Hashing
Algorithm. It achieves its fast search speed by converting sequence
information into a `hash table' data structure, which can then be
searched very rapidly for matches.

WWW: http://www.sanger.ac.uk/Software/analysis/SSAHA/

PR:		ports/124525
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar>
Approved by:	gabor (mentor, implicit)
@
text
@d10 1
d32 1
a32 1
	${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/,} ${DATADIR}/
@

