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/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/freebsd/dependencies/polkit-tqt/Makefile b/freebsd/dependencies/polkit-tqt/Makefile
new file mode 100644
index 000000000..69038dd04
--- /dev/null
+++ b/freebsd/dependencies/polkit-tqt/Makefile
@@ -0,0 +1,46 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: dependencies/polkit-tqt
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.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:x11-toolkits/libtqtinterface \
+ ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
+
+LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
+ libdbus-1-tqt.so:devel/dbus-1-tqt \
+ libpolkit-gobject-1.so: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>