aboutsummaryrefslogtreecommitdiffstats
path: root/biology/mrbayes/Makefile
blob: ffdc52d736ad0ad11068c98b94d7429226362fa7 (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
# Created by: 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

OPTIONS_DEFINE= EXAMPLES

USES=       gmake readline:port

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 ${STAGEDIR}${PREFIX}/bin/
    @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for file in ${PORTEXAMPLES}
    @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR}
.endfor

.include <bsd.port.mk>
> * lang/eric6: update to 17.12dbn2018-01-171-3/+3 * devel/eric6: update to 17.11.1, add FLAVORSdbn2018-01-111-3/+3 * chinese/ibus-pinyin: Fixed build with NLS=offyuri2018-01-101-7/+4 * Remove support for variables that have been deprecated for a while.mat2018-01-092-25/+0 * Update Qt5 ports to 5.9.3.rakuco2018-01-071-1/+2 * Remove ibus-cangjie, new BROKEN portantoine2018-01-026-100/+0 * - Convert to USE_PYTHON=cythonantoine2018-01-012-4/+5 * Add PORTSCOUTsunpoet2018-01-011-6/+3 * New port: chinese/ibus-cangjiepi2018-01-016-0/+100 * New port: chinese/libcangjiepi2018-01-015-0/+55 * New port: chinese/pycangjiepi2018-01-016-0/+52 * Update to 1.0.5sunpoet2017-12-303-5/+5 * Update to upstream version 0.1.2riggs2017-12-172-4/+4 * - Those ports fail to build with python3antoine2017-12-121-1/+1 * Fix packaging with python3antoine2017-12-122-1/+3 * pyzy doesn't build with python3antoine2017-12-091-1/+1 * Securityupdate to 4.9.1:joneum2017-12-022-4/+4 * For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1 * Update to 4.9joneum2017-11-252-4/+4 * chinese/ibus-array: fix incorrectly used GH_TAGNAME instead of DISTVERSIONPREFIXrobak2017-11-242-4/+4 * New port: chinese/ibus-array: Array 30 input method for IBusrobak2017-11-246-0/+73 * OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-211-1/+1