mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
a69dfa2b3f
Reported by: portscout
29 lines
592 B
Makefile
29 lines
592 B
Makefile
PORTNAME= glaze
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.7
|
|
CATEGORIES= devel textproc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Fast, in memory, JSON and interface library for modern C++
|
|
WWW= https://github.com/stephenberry/glaze
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= ut>0:devel/ut
|
|
|
|
USES= cmake:testing compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stephenberry
|
|
|
|
CMAKE_OFF= BUILD_TESTING
|
|
CMAKE_ARGS= -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS
|
|
CMAKE_TESTING_ARGS= -DFREEBSD_STAGEDIR_PREFIX=${STAGEDIR}${DATADIR}
|
|
|
|
LDFLAGS+= -pthread
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|