sthen 5882d55fe3 yaml-cpp tweaks: add build dep on boost (yaml-cpp headers require it -
found during a failing opencoorio build), merge PFRAG.shared into PLIST.
2014-09-08 17:02:42 +00:00

28 lines
504 B
Makefile

# $OpenBSD: Makefile,v 1.7 2014/09/08 17:02:42 sthen Exp $
COMMENT = YAML parser and emitter in C++
DISTNAME = yaml-cpp-0.5.1
REVISION = 0
SHARED_LIBS = yaml-cpp 2.0 # 0.5
CATEGORIES = devel
HOMEPAGE = https://code.google.com/p/yaml-cpp/
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m stdc++
BUILD_DEPENDS = devel/boost
RUN_DEPENDS = devel/boost
MASTER_SITES = http://yaml-cpp.googlecode.com/files/
MODULES = devel/cmake
CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON
.include <bsd.port.mk>