summaryrefslogblamecommitdiff
path: root/biology/grappa/Makefile
blob: f957b7aaef27e0c5ac7afef6c935eb69ad31ea14 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                              
                     

                                             
                           

                                   
                                                                     










                                                                        
# New ports collection makefile for:	grappa
# Date created:		30 June 2001
# Whom:                 dbader@eece.unm.edu
#
# $FreeBSD$
#

PORTNAME=	grappa
PORTVERSION=	1.0.3
CATEGORIES=	biology
MASTER_SITES=	http://www.cs.unm.edu/~moret/
DISTNAME=	GRAPPA-1.03

MAINTAINER=	dbader@eece.unm.edu
COMMENT=	Genome Rearrangements Analysis and Phylogeny Software

BUILD_DEPENDS=	${LOCALBASE}/lib/libconcorde.a:${PORTSDIR}/math/concorde

USE_GMAKE=	yes

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>