aboutsummaryrefslogtreecommitdiff
path: root/devel/nsync/Makefile
blob: ba90c07025039a04f82a4c92098a99866883650c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	nsync
DISTVERSION=	1.24.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 compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	google
USE_LDCONFIG=	yes

CMAKE_ON=	BUILD_SHARED_LIBS

.include <bsd.port.mk>