forked from Lainports/freebsd-ports
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.1.0 Reported by: GitHub (watch releases)
26 lines
632 B
Makefile
26 lines
632 B
Makefile
PORTNAME= sdbus-cpp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= High-level C++ D-Bus library
|
|
WWW= https://github.com/Kistler-Group/sdbus-cpp
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libbasu.so:devel/basu \
|
|
libexpat.so:textproc/expat2
|
|
TEST_DEPENDS= googletest>0:devel/googletest
|
|
|
|
USES= cmake:testing compiler:c++17-lang pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= Kistler-Group
|
|
CMAKE_ON= SDBUSCPP_BUILD_CODEGEN
|
|
CMAKE_OFF= SDBUSCPP_BUILD_DOCS
|
|
CMAKE_TESTING_ON= SDBUSCPP_BUILD_TESTS
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|