mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d6021375f3
Reported by: portscout
29 lines
555 B
Makefile
29 lines
555 B
Makefile
PORTNAME= mothur
|
|
DISTVERSIONPREFIX= v.
|
|
DISTVERSION= 1.47.0
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Software for bioinformatics of the microbial ecology community
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
|
|
USES= compiler:c++11-lang gmake localbase readline
|
|
USE_GITHUB= yes
|
|
|
|
MAKE_ARGS= INSTALL_DIR=${STAGEDIR}${PREFIX}/bin
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
BINARY_ALIAS= g++=${CXX}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|