diff options
Diffstat (limited to 'freebsd/dependencies/dbus-1-tqt')
-rw-r--r-- | freebsd/dependencies/dbus-1-tqt/Makefile | 36 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-1-tqt/distinfo | 2 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-1-tqt/pkg-descr | 7 | ||||
-rw-r--r-- | freebsd/dependencies/dbus-1-tqt/pkg-plist | 19 |
4 files changed, 64 insertions, 0 deletions
diff --git a/freebsd/dependencies/dbus-1-tqt/Makefile b/freebsd/dependencies/dbus-1-tqt/Makefile new file mode 100644 index 000000000..74a2622e8 --- /dev/null +++ b/freebsd/dependencies/dbus-1-tqt/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= dbus-1-tqt +COMMENT= D-Bus bindings for the Trinity Qt interface +TDE_PREVERSION= ~pre5+77345c72 +MASTER_SITE_SUBDIR= d/${PORTNAME} +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= net +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +BUILD_DEPENDS+= tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ + libdbus-1.so:${PORTSDIR}/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-1-tqt/distinfo b/freebsd/dependencies/dbus-1-tqt/distinfo new file mode 100644 index 000000000..4a746368f --- /dev/null +++ b/freebsd/dependencies/dbus-1-tqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (TDE/dependencies/dbus-1-tqt_14.0.1~pre5.orig.tar.xz) = ae045d83da6f678c525cf369e4387f3cd9780e21b414f93fa2264e291de02e89 +SIZE (TDE/dependencies/dbus-1-tqt_14.0.1~pre5.orig.tar.xz) = 306180 diff --git a/freebsd/dependencies/dbus-1-tqt/pkg-descr b/freebsd/dependencies/dbus-1-tqt/pkg-descr new file mode 100644 index 000000000..ef909b455 --- /dev/null +++ b/freebsd/dependencies/dbus-1-tqt/pkg-descr @@ -0,0 +1,7 @@ +D-Bus bindings for the Trinity Qt interface + +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 bindings for the Trinity Qt TQt interface. diff --git a/freebsd/dependencies/dbus-1-tqt/pkg-plist b/freebsd/dependencies/dbus-1-tqt/pkg-plist new file mode 100644 index 000000000..fa9b3c38d --- /dev/null +++ b/freebsd/dependencies/dbus-1-tqt/pkg-plist @@ -0,0 +1,19 @@ +bin/dbusxml2qt3 +include/dbus-1-tqt/tqdbusconnection.h +include/dbus-1-tqt/tqdbusdataconverter.h +include/dbus-1-tqt/tqdbusdata.h +include/dbus-1-tqt/tqdbusdatalist.h +include/dbus-1-tqt/tqdbusdatamap.h +include/dbus-1-tqt/tqdbuserror.h +include/dbus-1-tqt/tqdbusmacros.h +include/dbus-1-tqt/tqdbusmessage.h +include/dbus-1-tqt/tqdbusobject.h +include/dbus-1-tqt/tqdbusobjectpath.h +include/dbus-1-tqt/tqdbusproxy.h +include/dbus-1-tqt/tqdbusunixfd.h +include/dbus-1-tqt/tqdbusvariant.h +lib/libdbus-1-tqt.la +lib/libdbus-1-tqt.so +lib/libdbus-1-tqt.so.0 +lib/libdbus-1-tqt.so.0.0.0 +libdata/pkgconfig/dbus-1-tqt.pc |