summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/office/kile/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-04-29 11:11:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-04-29 11:46:58 +0200
commit4a4b5b038b986cfa18a3526e3e811b1aacf415a7 (patch)
treefc44614a4ece4cf46e6b7a50f6d17761004b1738 /freebsd/applications/office/kile/Makefile
parent511d71e3e91ec267072d15390a1b5167c8da4712 (diff)
downloadtde-packaging-4a4b5b038b986cfa18a3526e3e811b1aacf415a7.tar.gz
tde-packaging-4a4b5b038b986cfa18a3526e3e811b1aacf415a7.zip
FreeBSD: Update for final release R14.0.12.
Add ports for several applications. Add port for polkit-tqt library. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/office/kile/Makefile')
-rw-r--r--freebsd/applications/office/kile/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/freebsd/applications/office/kile/Makefile b/freebsd/applications/office/kile/Makefile
new file mode 100644
index 000000000..b03cdfda1
--- /dev/null
+++ b/freebsd/applications/office/kile/Makefile
@@ -0,0 +1,33 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kile-trinity
+COMMENT= TDE Integrated LaTeX Environment
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/office
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>