SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
35
devel/jsoncpp/Makefile
Normal file
35
devel/jsoncpp/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
COMMENT = JSON parsing C++ API
|
||||
|
||||
GH_ACCOUNT = open-source-parsers
|
||||
GH_PROJECT = jsoncpp
|
||||
GH_TAGNAME = 1.9.5
|
||||
|
||||
# no upstream revision
|
||||
SHARED_LIBS = jsoncpp 5.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/open-source-parsers/jsoncpp/wiki
|
||||
|
||||
# Public Domain / MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = m ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES = devel/meson \
|
||||
lang/python
|
||||
|
||||
CONFIGURE_STYLE = meson
|
||||
|
||||
MODPY_RUNDEP = No
|
||||
|
||||
TEST_ENV += LD_PRELOAD=${WRKBUILD}/libjsoncpp.so.${LIBjsoncpp_VERSION}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jsoncpp
|
||||
${INSTALL_DATA} ${WRKSRC}/{AUTHORS,LICENSE,README.md} \
|
||||
${PREFIX}/share/doc/jsoncpp/
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue