aboutsummaryrefslogtreecommitdiff
path: root/biology/phyml/Makefile
blob: 01876f1d0c4e8308857bbd26166b4a794c99669a (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
30
31
# 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=	ben@sysadminschronicles.com
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:111 aclocal:111
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>