svn commit: r336072 - head/biology/mrbayes
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 17:54:12 UTC 2013
Author: bapt
Date: Tue Dec 10 17:54:12 2013
New Revision: 336072
URL: http://svnweb.freebsd.org/changeset/ports/336072
Log:
Support stage
USE_GMAKE -> USES=gmake
use USES=readline:port
Modified:
head/biology/mrbayes/Makefile
Modified: head/biology/mrbayes/Makefile
==============================================================================
--- head/biology/mrbayes/Makefile Tue Dec 10 17:25:38 2013 (r336071)
+++ head/biology/mrbayes/Makefile Tue Dec 10 17:54:12 2013 (r336072)
@@ -10,23 +10,20 @@ MASTER_SITES= SF
MAINTAINER= mzaki at m.u-tokyo.ac.jp
COMMENT= Bayesian inference of phylogeny
-USE_GMAKE= yes
+OPTIONS_DEFINE= EXAMPLES
-LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
+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
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mb ${PREFIX}/bin/
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
+ @${INSTALL_PROGRAM} ${WRKSRC}/mb ${STAGEDIR}${PREFIX}/bin/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for file in ${PORTEXAMPLES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list