1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/biology/bamtools/Makefile
2021-07-06 13:10:54 -05:00

21 lines
339 B
Makefile

PORTNAME= bamtools
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.2
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= API and toolkit for handling BAM files
LICENSE= MIT
LIB_DEPENDS+= libjsoncpp.so:devel/jsoncpp
USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pezmaster31
CMAKE_ON+= BUILD_SHARED_LIBS
.include <bsd.port.mk>