head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.04.01.05.16.16;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.18.05.33.10;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.31.22.45.38;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.18.15.36.54;	author jmelo;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.07.13.04.20;	author lawrance;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.01.12.34.24;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.20.08.09.45;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.01.06.24.00;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.05.56.41;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.03.09.07.35;	author wjv;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.27.10.14.48;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.11.16.24.17;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fasta
# Date created:		29 January 2001
# Whom:	      		Johann Visagie <johann@@egenetics.com>
#
# $FreeBSD: head/biology/fasta/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	fasta
PORTVERSION=	21.1.1
CATEGORIES=	biology
MASTER_SITES=	http://faculty.virginia.edu/wrpearson/fasta/fasta2/ \
		ftp://ftp.ebi.ac.uk/pub/software/unix/fasta/fasta2/
EXTRACT_SUFX=	.shar.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A collection of programs for searching DNA and protein databases

NO_CDROM=	May not be sold or incorporated into a commercial product
WRKSRC=		${WRKDIR}/fasta
PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message
FASTA_DOCS=	COPYRIGHT README.versions fasta20.doc fasta20.me format.doc \
		readme.*

MAN1=		align.1 fasta.1 lalign.1 prdf.1 prss.1 randseq.1 ssearch.1
MLINKS=		fasta.1 tfasta.1 fasta.1 lfasta.1 fasta.1 plfasta.1 \
		fasta.1 fastx.1  fasta.1 tfastx.1 \
		align.1 align0.1 lalign.1 plalign.1

do-extract:
	@@ ${RM} -rf ${WRKDIR}
	@@ ${MKDIR} ${WRKSRC}
	@@ for file in ${EXTRACT_ONLY}; do \
	  cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${file} | ${SH} >/dev/null); \
	done

post-install:
.for manpage in ${MAN1}
	@@ ${INSTALL_MAN} ${WRKSRC}/${manpage} ${MAN1PREFIX}/man/man1/
.endfor
.if !defined(NOPORTDOCS)
	@@ ${MKDIR} ${DOCSDIR}
.for docfile in ${FASTA_DOCS}
	@@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
IGNORE=		does not build: runs out of space on powerpc
.endif

.include <bsd.port.post.mk>
@


1.12
log
@Mark various ports as broken or ignore on powerpc.

While here, remove remnants of alpha.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 21.1.1
@
text
@d48 7
a54 1
.include <bsd.port.mk>
@


1.10
log
@- Update download location
@
text
@d9 1
a9 1
PORTVERSION=	21.u1.d1
a12 1
DISTNAME=	fasta${PORTVERSION:S/.//g}
@


1.9
log
@- Update mastersite.

PR:		ports/122130
Submitted by:	Ganael Laplanche <ganael.laplanche@@martymac.com>
@
text
@d11 2
a12 2
MASTER_SITES=	http://faculty.virginia.edu/wrpearson/fasta/ \
		ftp://ftp.ebi.ac.uk/pub/software/unix/fasta/
@


1.8
log
@Update to 21.u1.d1 (fixes fetch).

Reported by:	fenner's distfile survey
@
text
@d11 2
a12 1
MASTER_SITES=	http://ftp.virginia.edu/pub/fasta/
@


1.7
log
@Use SUB_FILES for pkg-message
@
text
@d9 1
a9 1
PORTVERSION=	21.u1.d0
@


1.6
log
@With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
@
text
@d21 1
@


1.5
log
@Update to fix fetch.  Rework PORTVERSION to be more like biology/fasta3
and pacify portlint.

PR:		ports/67428
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (one month)
@
text
@d15 1
a15 1
MAINTAINER=	wjv@@FreeBSD.org
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	20.u66
a20 1
FASTA_DOCDIR=	${PREFIX}/share/doc/fasta
d41 1
a41 1
	@@ ${MKDIR} ${FASTA_DOCDIR}
d43 1
a43 1
	@@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${FASTA_DOCDIR}
@


1.3
log
@Replace erroneous usage of INSTALL_MAN with INSTALL_DATA.

PR:		28666
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/fasta/Makefile,v 1.2 2001/06/27 10:14:48 wjv Exp $
d16 1
@


1.2
log
@Updating my email address in my remaining ports.

Prompted by:	vanilla
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/fasta/Makefile,v 1.1 2001/02/11 16:24:17 jeh Exp $
d43 1
a43 1
	@@ ${INSTALL_MAN} ${WRKSRC}/${docfile} ${FASTA_DOCDIR}
@


1.1
log
@New port: biology/fasta, the FASTA2 suite of DNA and protein sequence
search tools

PR:		24715
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d5 1
a5 1
# $FreeBSD$
d15 1
a15 1
MAINTAINER=	johann@@egenetics.com
@

