summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/dbus-tqt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dependencies/dbus-tqt/Makefile')
-rw-r--r--freebsd/dependencies/dbus-tqt/Makefile40
1 files changed, 40 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>