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


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

1.9
date	2006.12.13.13.20.20;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.03.23.26.33;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.15.18.48.56;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.17.10.29.40;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.04.05.18.50;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.19.10.22.05;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.11.01.34;	author knu;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.07.04.08.39.35;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	grappa
# Date created:		30 June 2001
# Whom:                 dbader@@ece.unm.edu
#
# $FreeBSD: head/biology/grappa/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	grappa
PORTVERSION=	2.0
CATEGORIES=	biology
MASTER_SITES=	http://www.cs.unm.edu/~moret/GRAPPA/
DISTNAME=	GRAPPA20

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Genome Rearrangements Analysis and Phylogeny Software

USE_GMAKE=	yes

PLIST_FILES=	bin/grappa bin/invdist bin/distmat

post-patch:
	@@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/${MAKEFILE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/grappa ${PREFIX}/bin
	${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/invdist
	${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/distmat

.include <bsd.port.mk>
@


1.9
log
@Reset dbader@@ece.unm.edu due to timeouts and no response to email.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Remove USE_REINPLACE from all categories starting with B
@
text
@d14 1
a14 1
MAINTAINER=	dbader@@ece.unm.edu
@


1.7
log
@- update grappa to 2.0
- utilize PLIST_FILES
- unbreak it on 4.x
- update maintainer's email

PR:		79241
Submitted by:	David A. Bader <dbader@@ece.unm.edu>
@
text
@a17 1
USE_REINPLACE=	yes
@


1.6
log
@This is now buildable on 5.x, remove BROKEN.
@
text
@d3 1
a3 1
# Whom:                 dbader@@eece.unm.edu
d9 1
a9 2
PORTVERSION=	1.0.3
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://www.cs.unm.edu/~moret/
DISTNAME=	GRAPPA-1.03
d14 1
a14 1
MAINTAINER=	dbader@@eece.unm.edu
d17 4
a20 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libconcorde.a:${PORTSDIR}/math/concorde
d22 2
a23 1
USE_GMAKE=	yes
@


1.5
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@a21 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
.endif

d27 1
a27 1
.include <bsd.port.post.mk>
@


1.4
log
@Mark as broken on 5.x due to the usual gcc terminating-character hassles.
Notified mainatainer.
@
text
@d10 1
@


1.3
log
@De-pkg-comment.
@
text
@d21 6
d32 1
a32 1
.include <bsd.port.mk>
@


1.2
log
@- Update to version 1.0.3

PR:		30175
Submitted by:	David A. Bader <dbader@@eece.unm.edu> (MAINTAINER)
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/grappa/Makefile,v 1.1 2001/07/04 08:39:35 wjv Exp $
d15 1
@


1.1
log
@Add grappa 1.0.2, Genome Rearrangements Analysis and Phylogeny
Software.

PR:		28541
Submitted by:	dbader@@eece.unm.edu
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.0.2
d12 1
a12 1
DISTNAME=	GRAPPA-1.02
@

