Changeset View
Changeset View
Standalone View
Standalone View
head/biology/phyml/Makefile
| # Created by: ballen | # Created by: ballen | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= phyml | PORTNAME= phyml | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 3.3.20180214 | DISTVERSION= 3.3.20180621 | ||||
| PORTEPOCH= 1 | PORTEPOCH= 1 | ||||
| CATEGORIES= biology | CATEGORIES= biology | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies | COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| #LICENSE_FILE= ${WRKSRC}/COPYING | #LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| USES= autoreconf libtool pkgconfig | |||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= stephaneguindon | GH_ACCOUNT= stephaneguindon | ||||
| USES= autoreconf libtool pkgconfig | |||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --disable-beagle | CONFIGURE_ARGS= --disable-beagle | ||||
| PORTDOCS= * | PORTDOCS= * | ||||
| PORTEXAMPLES= * | PORTEXAMPLES= * | ||||
| PLIST_FILES= bin/phyml${BIN_SUFFIX} | PLIST_FILES= bin/phyml${BIN_SUFFIX} | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| Show All 37 Lines | |||||