opnsense-ports/devel/yaml-cpp/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
588 B
Makefile

# Created by: Tim Niemueller <tim@niemueller.de>
# $FreeBSD$
PORTNAME= yaml-cpp
PORTVERSION= 0.5.1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= madpilot@FreeBSD.org
COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0
.include <bsd.port.mk>