diff options
Diffstat (limited to 'freebsd/dependencies/dbus-tqt')
-rw-r--r-- | freebsd/dependencies/dbus-tqt/Makefile | 40 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-tqt/distinfo | 3 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-tqt/pkg-descr | 7 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-tqt/pkg-plist | 8 |
4 files changed, 58 insertions, 0 deletions
diff --git a/freebsd/dependencies/dbus-tqt/Makefile b/freebsd/dependencies/dbus-tqt/Makefile new file mode 100644 index 000000000..54a481148 --- /dev/null +++ b/freebsd/dependencies/dbus-tqt/Makefile @@ -0,0 +1,40 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: dependencies/dbus-tqt + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= dbus-tqt +COMMENT= TQt D-Bus inter-process communication module +TDE_PREVERSION= +MASTER_SITE_SUBDIR= d/${PORTNAME} +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= devel +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +BUILD_DEPENDS+= tmoc:x11-toolkits/libtqtinterface \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + libdbus-1.so:devel/dbus \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ + -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/dependencies/dbus-tqt/distinfo b/freebsd/dependencies/dbus-tqt/distinfo new file mode 100644 index 000000000..754bedc42 --- /dev/null +++ b/freebsd/dependencies/dbus-tqt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681692566 +SHA256 (TDE/dependencies/dbus-tqt_14.1.0.orig.tar.xz) = 504f5bc787adc444d53a75ccf4a716b96a4b04d7f475bb644956796aed86f358 +SIZE (TDE/dependencies/dbus-tqt_14.1.0.orig.tar.xz) = 136572 diff --git a/freebsd/dependencies/dbus-tqt/pkg-descr b/freebsd/dependencies/dbus-tqt/pkg-descr new file mode 100644 index 000000000..a56e9ab57 --- /dev/null +++ b/freebsd/dependencies/dbus-tqt/pkg-descr @@ -0,0 +1,7 @@ +TQt D-Bus inter-process communication module + +D-BUS is a message bus, used for sending messages between applications. +Conceptually, it fits somewhere in between raw sockets and CORBA in +terms of complexity. + +This package provides a TQt-style interface to D-BUS. diff --git a/freebsd/dependencies/dbus-tqt/pkg-plist b/freebsd/dependencies/dbus-tqt/pkg-plist new file mode 100644 index 000000000..6229dd154 --- /dev/null +++ b/freebsd/dependencies/dbus-tqt/pkg-plist @@ -0,0 +1,8 @@ +include/dbus-1.0/dbus/connection.h +include/dbus-1.0/dbus/dbus-qt.h +include/dbus-1.0/dbus/message.h +include/dbus-1.0/dbus/server.h +lib/libdbus-tqt-1.so +lib/libdbus-tqt-1.so.0 +lib/libdbus-tqt-1.so.0.0.0 +libdata/pkgconfig/dbus-tqt.pc |