30 lines
794 B
Makefile
30 lines
794 B
Makefile
PORTNAME= libcombine
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.19
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ library for working with the COMBINE archive format
|
|
WWW= https://sbml.org/software/libsbml/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
LIB_DEPENDS= libsbml.so:biology/libsbml
|
|
|
|
USES= cmake:testing gnome localbase:ldflags
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sbmlteam
|
|
GH_PROJECT= libCombine
|
|
GH_TUPLE= fbergmann:zipper:6f54c03:zipper/src/zipper \
|
|
sebastiandev:minizip:e3a8cb7:zipper_minizip/src/zipper/minizip
|
|
|
|
CMAKE_OFF= BUILD_TEST
|
|
CMAKE_TESTING_ON= BUILD_TEST # tests fail to build, see https://github.com/sbmlteam/libCombine/issues/58
|
|
|
|
LDFLAGS+= -lsbml # FindSBML.cmake fails to set this link flag
|
|
|
|
.include <bsd.port.mk>
|