blob: d38dac8654714343039fb929fdd40f2ee14361ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= nsync
DISTVERSION= 1.21.0
CATEGORIES= devel
MAINTAINER= amzo1337@gmail.com
COMMENT= C library that exports various synchronization primitives like mutexes
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>
|