1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/biology/mothur/Makefile
Yuri Victorovich d6021375f3 biology/mothur: Update 1.46.1 -> 1.47.0
Reported by:	portscout
2022-01-21 09:14:38 -08:00

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>