e2cd5999be
Reported by: Kevin Oberman <rkoberman@gmail.com>
24 lines
368 B
Makefile
24 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bamtools
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.5.1
|
|
PORTREVISION= 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>
|