head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2008.07.25.14.34.11;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.30.23.19.29;	author okazaki;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.04.15.14.52;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	2007.12.04.23.08.55;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.02.09.10.48;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.02.07.15.18;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.15.10.26.11;	author garga;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	blat
PORTVERSION=	34
CATEGORIES=	biology
MASTER_SITES=	http://www.soe.ucsc.edu/~kent/src/
DISTNAME=	${PORTNAME}Src${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A fast tool for local sequence similarity searches

USE_ZIP=	yes
USE_GMAKE=	yes
MAKEFILE=	makefile
WRKSRC=		${WRKDIR}/${PORTNAME}Src
MAKE_ENV+=	HOME="${WRKSRC}/${BINDIR}" MACHTYPE="${ARCH}"

SUB_FILES=	pkg-message

EXECUTABLES=	blat faToNib faToTwoBit gfClient gfServer nibFrag \
		pslPretty pslReps pslSort twoBitInfo twoBitToFa

post-patch:
	@@${MKDIR} ${WRKSRC}/bin/${ARCH}
	@@${MKDIR} ${WRKSRC}/lib/${ARCH}
	@@${REINPLACE_CMD} -E 's,^(CC|CFLAGS)=,\1 ?=,g;s,-Werror,,g' \
		${WRKSRC}/inc/common.mk

do-install:
.for exe in ${EXECUTABLES}
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${ARCH}/${exe} ${PREFIX}/bin
.endfor
	${MKDIR} ${DATADIR}/webBlat
	${INSTALL_PROGRAM} ${WRKSRC}/webBlat/webBlat ${DATADIR}/webBlat
	${INSTALL_DATA} ${WRKSRC}/webBlat/install.txt ${DATADIR}/webBlat
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.8
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.7
log
@- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
@
text
@d1 1
a1 5
# ex:ts=8
# New ports collection makefile for:	blat
# Date created:		08 Dec 2005
# Whom:	      		Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.6
log
@Update to version 34.
Remove BROKEN.

PR:		123218
Submitted by:	maintainer
@
text
@a19 1
USE_GCC=	3.4+
@


1.5
log
@Fix build on !i386

PR:		118922
Submitted by:	Motomichi Matsuzaki <mzaki@@biol.s.u-tokyo.ac.jp>
Approved by:	Fernan Aguero <fernan@@iib.unsam.edu.ar>
@
text
@d10 1
a10 1
PORTVERSION=	33
d51 1
a51 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

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


1.4
log
@- Mark BROKEN outside i386: does not compile

Reported by:	pointyhat
Approved by:	portmgr (hat)
@
text
@d23 1
a23 1
MAKE_ENV+=	HOME="${WRKSRC}/${BINDIR}"
d31 3
a33 3
	@@${MKDIR} ${WRKSRC}/bin/${MACHTYPE}
	@@${MKDIR} ${WRKSRC}/lib/${MACHTYPE}
	@@${REINPLACE_CMD} -E 's,^(CC|CFLAGS)=,\1 ?=,g' \
d38 1
a38 1
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${MACHTYPE}/${exe} ${PREFIX}/bin
a56 4
.if ${ARCH} != "i386"
BROKEN=		Does not compile
.endif

@


1.3
log
@Mark as broken on gcc4.2.
@
text
@d57 4
@


1.2
log
@[patch] cleanup non-supported FreeBSD versions

PR:		ports/111726
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
Approved by:	maintainer timeout
@
text
@d51 7
a57 1
.include <bsd.port.mk>
@


1.1
log
@Add blat 33, a fast tool for local sequence similarity searches.

PR:		ports/93060
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar>
@
text
@a29 2
.include <bsd.port.pre.mk>

a34 4
.if ${OSVERSION} <= 500000
	@@${REINPLACE_CMD} -e 's,strtof,\(float\) strtod,g' \
		${WRKSRC}/lib/sqlNum.c
.endif
d51 1
a51 1
.include <bsd.port.post.mk>
@

