26 lines
463 B
Makefile
26 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:32 espie Exp $
|
|
|
|
COMMENT = YAML parser and emitter in C++
|
|
DISTNAME = yaml-cpp-0.3.0
|
|
|
|
SHARED_LIBS = yaml-cpp 1.0 # 0.3
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://code.google.com/p/yaml-cpp/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += m stdc++
|
|
|
|
MASTER_SITES = http://yaml-cpp.googlecode.com/files/
|
|
|
|
MODULES = devel/cmake
|
|
|
|
CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON
|
|
|
|
WRKDIST = ${WRKDIR}/yaml-cpp
|
|
|
|
.include <bsd.port.mk>
|