summaryrefslogtreecommitdiffstats
path: root/openbsd/dependencies/dbus-1-tqt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/dependencies/dbus-1-tqt/Makefile')
-rw-r--r--openbsd/dependencies/dbus-1-tqt/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/openbsd/dependencies/dbus-1-tqt/Makefile b/openbsd/dependencies/dbus-1-tqt/Makefile
new file mode 100644
index 000000000..fdd1f0955
--- /dev/null
+++ b/openbsd/dependencies/dbus-1-tqt/Makefile
@@ -0,0 +1,36 @@
+.include </usr/ports/x11/trinity/trinity.port.mk>
+
+PKGNAME= trinity-dbus_1_tqt-${VERSION}
+VERSION= 0.9${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-1-tqt-R${TDE_VERSION}${PREVERSION}
+EXTRACT_SUFX= .tar.bz2
+WRKDIST= ${WRKDIR}/dependencies/dbus-1-tqt
+
+PREFIX= ${TDE_PREFIX}
+
+BUILD_DEPENDS= devel/gmake \
+ devel/cmake \
+ x11/dbus \
+ x11/trinity/dependencies/tqtinterface
+
+LIB_DEPENDS= x11/dbus
+
+SHARED_LIBS += dbus-1-tqt 0.0
+
+
+do-configure: tde-cmake-rmbuild
+ ${TDE_CMAKE_CONFIGURE}
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>