freebsd-ports/biology/vt/Makefile

27 lines
541 B
Makefile

PORTNAME= vt
DISTVERSION= 0.57721
PORTREVISION= 3
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Discovers short variants from Next Generation Sequencing data
WWW= https://genome.sph.umich.edu/wiki/Vt
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>