freebsd-ports/biology/edlib/Makefile
Mark Linimon 7b1d50abc2 Fix build on GCC-based systems by adding compiler:c++14-lang to USES:
CMake Error in CMakeLists.txt:
  Target "runTests" requires the language dialect "CXX14" , but CMake does
  not know the compile flags to use to enable it.

Approved by:	portmgr (tier-2 blanket)
2021-01-20 02:31:33 +00:00

23 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= edlib
DISTVERSION= 1.2.6.20201202
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast C++ library for sequence alignment using edit distance
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= Martinsos
GH_TAGNAME= d5774b4
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= EDLIB_BUILD_EXAMPLES
.include <bsd.port.mk>