c3640a17bd
ChangeLog: https://github.com/google/nsync/commits/v1.24.0 PR: 259274 Reported by: gspurki@gmail.com Approved by: amzo1337@gmail.com (maintainer, timeout > 3 weeks)
18 lines
359 B
Makefile
18 lines
359 B
Makefile
PORTNAME= nsync
|
|
DISTVERSION= 1.24.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>
|