mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
39b853e0de
C++11 compiler is required: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
21 lines
372 B
Makefile
21 lines
372 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 compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|