1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/biology/mrbayes/Makefile
Baptiste Daroussin 732ab835ac Support stage
USE_GMAKE -> USES=gmake
use USES=readline:port
2013-12-10 17:54:12 +00:00

30 lines
645 B
Makefile

# 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>