aboutsummaryrefslogtreecommitdiffstats
path: root/biology/mrbayes/Makefile
blob: 8b6d02774b561aa76defc500b2696b631f1a3996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    mrbayes
# Date created:             11 December 2007
# Whom:                 mzaki@biol.s.u-tokyo.ac.jp
#
# $FreeBSD$
#

PORTNAME=   mrbayes
PORTVERSION=    3.1.2
PORTREVISION=   1
CATEGORIES= biology
MASTER_SITES=   SF

MAINTAINER= mzaki@m.u-tokyo.ac.jp
COMMENT=    Bayesian inference of phylogeny

USE_GMAKE=  yes

LIB_DEPENDS+=   readline.6:${PORTSDIR}/devel/readline

PLIST_FILES=    bin/mb

PORTEXAMPLES=   adh.nex anolis.nex avian_ovomucoids.nex bglobin.nex \
        cynmix.nex kim.nex primates.nex replicase.nex

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/mb ${PREFIX}/bin/
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
.for file in ${PORTEXAMPLES}
    @${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
.endfor
.endif

.include <bsd.port.mk>