diff options
Diffstat (limited to 'openbsd/dependencies/dbus-tqt')
-rw-r--r-- | openbsd/dependencies/dbus-tqt/Makefile | 35 | ||||
-rw-r--r-- | openbsd/dependencies/dbus-tqt/distinfo | 2 | ||||
-rw-r--r-- | openbsd/dependencies/dbus-tqt/pkg/DESCR | 2 | ||||
-rw-r--r-- | openbsd/dependencies/dbus-tqt/pkg/PLIST | 14 |
4 files changed, 53 insertions, 0 deletions
diff --git a/openbsd/dependencies/dbus-tqt/Makefile b/openbsd/dependencies/dbus-tqt/Makefile new file mode 100644 index 000000000..493067689 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/Makefile @@ -0,0 +1,35 @@ +.include </usr/ports/x11/trinity/trinity.port.mk> + +PKGNAME= trinity-dbus-tqt-${VERSION} +VERSION= 0.63${PREVERSION} +PREVERSION= + +COMMENT= Dbus TQT Interface +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot <francois.andriot@free.fr> + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= dbus-tqt-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/dbus-tqt + +PREFIX= ${TDE_PREFIX} + +BUILD_DEPENDS= devel/gmake \ + devel/cmake \ + x11/dbus \ + x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS= x11/dbus + +SHARED_LIBS += dbus-tqt-1 0.0 + +do-configure: tde-cmake-rmbuild + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/openbsd/dependencies/dbus-tqt/distinfo b/openbsd/dependencies/dbus-tqt/distinfo new file mode 100644 index 000000000..c72cb2acd --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (dbus-tqt-R14.0.0.tar.bz2) = BSKIZlSrHkr3qbcoIacA7iV+/RJS12uUgT2XKRN6FrI= +SIZE (dbus-tqt-R14.0.0.tar.bz2) = 415818 diff --git a/openbsd/dependencies/dbus-tqt/pkg/DESCR b/openbsd/dependencies/dbus-tqt/pkg/DESCR new file mode 100644 index 000000000..ad7dc3c44 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/pkg/DESCR @@ -0,0 +1,2 @@ +Dbus TQT Interface + diff --git a/openbsd/dependencies/dbus-tqt/pkg/PLIST b/openbsd/dependencies/dbus-tqt/pkg/PLIST new file mode 100644 index 000000000..0cac13937 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $OpenBSD$ +include/ +include/tde/ +include/tde/dbus-1.0/ +include/tde/dbus-1.0/dbus/ +include/tde/dbus-1.0/dbus/connection.h +include/tde/dbus-1.0/dbus/dbus-qt.h +include/tde/dbus-1.0/dbus/message.h +include/tde/dbus-1.0/dbus/server.h +lib/ +lib/libdbus-tqt-1.la +@lib lib/libdbus-tqt-1.so.${LIBdbus-tqt-1_VERSION} +lib/pkgconfig/ +lib/pkgconfig/dbus-tqt.pc |