mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
34 lines
694 B
Makefile
34 lines
694 B
Makefile
# Created by: ballen
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phyml
|
|
PORTVERSION= 20121109
|
|
CATEGORIES= biology
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PORTNAME}-20120412
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= ${PORTVERSION}.patch
|
|
PATCH_DIST_STRIP= -p4
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PATCH_WRKSRC= ${WRKSRC}/src
|
|
|
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf
|
|
AUTOMAKE_ARGS= --add-missing
|
|
|
|
PLIST_FILES= bin/phyml
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^AC_INIT/s|,esyscmd.*,|,[${PORTVERSION}],| ; \
|
|
s|-O2 -msse|$${CFLAGS}|' ${WRKSRC}/configure.ac
|
|
|
|
.include <bsd.port.mk>
|