45b857df74
cc1plus: error: unrecognized command line option "-std=c++0x Approved by: portmgr (tier-2 blanket)
28 lines
495 B
Makefile
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>
|