freebsd-ports/biology/phyml/Makefile
Ryan Steinmetz 33a2019014 - Reset MAINTAINER due to unrecoverable email bounce
Reported by:	portscout
Feature safe:	yes
2012-12-04 20:28:16 +00:00

31 lines
646 B
Makefile

# New ports collection makefile for: phyml 3.0 20090706
# Date created: July 17, 2009
# Whom: ballen
#
# $FreeBSD$
#
PORTNAME= phyml
PORTVERSION= 20090706
CATEGORIES= biology
MASTER_SITES= GOOGLE_CODE
DISTNAME= phyml_20090706
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple, fast, and accurate algorithm to estimate large phylogenies
WRKSRC= ${WRKDIR}/${PORTNAME}/src
GNU_CONFIGURE= yes
PLIST_FILES= bin/phyml
USE_AUTOTOOLS= automake aclocal
AUTOMAKE_ARGS= --add-missing
.include <bsd.port.pre.mk>
pre-configure:
${RM} ${WRKSRC}/missing
pre-install:
${CHMOD} a+x ${WRKSRC}/install-sh
.include <bsd.port.post.mk>