aboutsummaryrefslogtreecommitdiff
path: root/devel/nsync/Makefile
blob: 8f9c4ab61a2d52ba736f6bdc77e5c6eb57969d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	nsync
DISTVERSION=	1.27.0
CATEGORIES=	devel

MAINTAINER=	amzo1337@gmail.com
COMMENT=	C library that exports various synchronization primitives like mutexes
WWW=		https://github.com/google/nsync

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:testing compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	google
USE_LDCONFIG=	yes

CMAKE_ON=	BUILD_SHARED_LIBS
CMAKE_OFF=	NSYNC_ENABLE_TESTS
CMAKE_TESTING_ON=	NSYNC_ENABLE_TESTS

.include <bsd.port.mk>