Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.2 2015/03/15 20:03:24 hiramatsu Exp $
#
DISTNAME= yaml-cpp-0.5.1
CATEGORIES= textproc
MASTER_SITES= http://yaml-cpp.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/yaml-cpp/
COMMENT= YAML parser and emitter for C++
LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
PKGCONFIG_OVERRIDE+= yaml-cpp.pc.cmake
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}
TEST_TARGET= test
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"