summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/polkit-tqt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dependencies/polkit-tqt/Makefile')
-rw-r--r--freebsd/dependencies/polkit-tqt/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/freebsd/dependencies/polkit-tqt/Makefile b/freebsd/dependencies/polkit-tqt/Makefile
new file mode 100644
index 000000000..312972a93
--- /dev/null
+++ b/freebsd/dependencies/polkit-tqt/Makefile
@@ -0,0 +1,42 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= polkit-tqt
+COMMENT= PolicyKit-tqt library
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= p/${PORTNAME}
+DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
+PORTREVISION= 0
+CATEGORIES= sysutils
+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-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-1-tqt \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
+ -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
+ -DBUILD_ALL=ON \
+ -DBUILD_EXAMPLES=OFF \
+ -DWITH_ALL_OPTIONS=ON \
+
+do-build: tde-cmake-build
+
+post-build: tde-cmake-check
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>