1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/biology/vt/Makefile

28 lines
495 B
Makefile
Raw Normal View History

# $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>