mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
814a894e90
Code clean up Changes: https://github.com/pezmaster31/bamtools/releases/tag/v2.5.2 Reported by: portscout
21 lines
339 B
Makefile
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>
|