freebsd-ports/biology/vt/Makefile
Mark Linimon 45b857df74 Add compiler:c++0x to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++0x

Approved by:	portmgr (tier-2 blanket)
2020-06-05 03:49:53 +00:00

28 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= vt
DISTVERSION= 0.57721
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Discovers short variants from Next Generation Sequencing data
LICENSE= MIT
LIB_DEPENDS= libhts.so:biology/htslib \
libsvm.so:science/libsvm \
libdeflate.so:archivers/libdeflate \
libcurl.so:ftp/curl
USES= compiler:c++0x gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= atks
PLIST_FILES= bin/vt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>