summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/konversation/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-18 02:25:34 +0100
commitc50beef08d80ff3caaf68951f1d0b3843182a4f1 (patch)
treeff0ce343fb3cce8c222c6077bfb1320457425b01 /freebsd/applications/konversation/Makefile
parentef2bc56fd3d1478d216ab499f9801610cec61a0f (diff)
downloadtde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.tar.gz
tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.zip
FreeBSD: Update for final release R14.0.6
Add ports for bunch of applications. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/konversation/Makefile')
-rw-r--r--freebsd/applications/konversation/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/freebsd/applications/konversation/Makefile b/freebsd/applications/konversation/Makefile
new file mode 100644
index 000000000..cab892995
--- /dev/null
+++ b/freebsd/applications/konversation/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= konversation-trinity
+COMMENT= User friendly Internet Relay Chat (IRC) client for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+LIB_DEPENDS+=\
+ libXi.so:${PORTSDIR}/x11/libXi
+
+
+# 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>