c75af1e01d
PR: 226400 Submitted by: Anthony <amzo1337@gmail.com>
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|