# Created by: Tim Niemueller # $FreeBSD: head/devel/yaml-cpp/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= yaml-cpp PORTVERSION= 0.6.3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= jbeder USES= cmake compiler:gcc-c++11-lib USE_LDCONFIG= yes CMAKE_ARGS+= -DYAML_BUILD_SHARED_LIBS:BOOL=ON \ -DYAML_CPP_BUILD_TOOLS=OFF \ -DYAML_CPP_BUILD_TESTS=OFF BSDSUNIX_HACK= no AUTOTOOLS_HACK= no .include