1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/nsync/Makefile

21 lines
372 B
Makefile
Raw Normal View History

# $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 compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>