|
Lines 1-31
Link Here
|
| 1 |
# New ports collection makefile for: phyml 3.0 20090706 |
1 |
# Created by: ballen |
| 2 |
# Date created: July 17, 2009 |
|
|
| 3 |
# Whom: ballen |
| 4 |
# |
| 5 |
# $FreeBSD: head/biology/phyml/Makefile 308268 2012-12-04 20:28:16Z zi $ |
2 |
# $FreeBSD: head/biology/phyml/Makefile 308268 2012-12-04 20:28:16Z zi $ |
| 6 |
# |
|
|
| 7 |
|
3 |
|
| 8 |
PORTNAME= phyml |
4 |
PORTNAME= phyml |
| 9 |
PORTVERSION= 20090706 |
5 |
PORTVERSION= 20121109 |
| 10 |
CATEGORIES= biology |
6 |
CATEGORIES= biology |
| 11 |
MASTER_SITES= GOOGLE_CODE |
7 |
MASTER_SITES= GOOGLE_CODE |
| 12 |
DISTNAME= phyml_20090706 |
8 |
DISTNAME= ${PORTNAME}-20120412 |
|
|
9 |
DIST_SUBDIR= ${PORTNAME} |
| 10 |
|
| 11 |
PATCH_SITES= ${MASTER_SITES} |
| 12 |
PATCHFILES= ${PORTVERSION}.patch |
| 13 |
PATCH_DIST_STRIP= -p4 |
| 13 |
|
14 |
|
| 14 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
| 15 |
COMMENT= A simple, fast, and accurate algorithm to estimate large phylogenies |
16 |
COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies |
| 16 |
|
17 |
|
| 17 |
WRKSRC= ${WRKDIR}/${PORTNAME}/src |
18 |
LICENSE= GPLv2 |
| 18 |
GNU_CONFIGURE= yes |
|
|
| 19 |
PLIST_FILES= bin/phyml |
| 20 |
USE_AUTOTOOLS= automake aclocal |
| 21 |
AUTOMAKE_ARGS= --add-missing |
| 22 |
|
19 |
|
| 23 |
.include <bsd.port.pre.mk> |
20 |
PATCH_WRKSRC= ${WRKSRC}/src |
| 24 |
|
21 |
|
| 25 |
pre-configure: |
22 |
USE_AUTOTOOLS= aclocal autoheader automake autoconf |
| 26 |
${RM} ${WRKSRC}/missing |
23 |
AUTOMAKE_ARGS= --add-missing |
|
|
24 |
MAKE_JOBS_SAFE= yes |
| 25 |
|
| 26 |
PLIST_FILES= bin/phyml |
| 27 |
|
27 |
|
| 28 |
pre-install: |
28 |
post-patch: |
| 29 |
${CHMOD} a+x ${WRKSRC}/install-sh |
29 |
@${REINPLACE_CMD} -e \ |
|
|
30 |
'/^AC_INIT/s|,esyscmd.*,|,[${PORTVERSION}],| ; \ |
| 31 |
s|-O2 -msse|$${CFLAGS}|' ${WRKSRC}/configure.ac |
| 30 |
|
32 |
|
| 31 |
.include <bsd.port.post.mk> |
33 |
.include <bsd.port.mk> |