freebsd-ports/devel/libcds/Makefile
Yuri Victorovich 7c02cf0f31 devel/libcds: Move files from lib64 to lib
Reported by:	fallout
2022-09-29 23:19:07 -07:00

23 lines
524 B
Makefile

PORTNAME= libcds
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.3-102
PORTREVISION= 1
DISTVERSIONSUFFIX= -g9985d2a8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library of Concurrent Data Structures
WWW= https://github.com/khizmax/libcds
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= khizmax
CMAKE_TESTING_ON= LIBCDS_WITH_TESTS # tests fail to compile, see https://github.com/khizmax/libcds/issues/173
.include <bsd.port.mk>