summaryrefslogtreecommitdiffstats
path: root/freebsd/core/tdenetwork/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-30 00:39:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-30 01:08:50 +0200
commitde6bf490da76e05a644b8c0aeb4dc5f89722bd0f (patch)
treef71c9cdc0f5f114563f541ae44743b2e2101f55c /freebsd/core/tdenetwork/Makefile
parent1b9c227b484e7c9be18be2ab748e52c107928cfa (diff)
downloadtde-packaging-de6bf490.tar.gz
tde-packaging-de6bf490.zip
FreeBSD: Update for final release R14.0.10.r14.0.10
Adjusted to new 'core' folder for main packages. Switch several applications to CMake. Add ports for several applications. Updated for FreeBSD 13 release. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/core/tdenetwork/Makefile')
-rw-r--r--freebsd/core/tdenetwork/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/freebsd/core/tdenetwork/Makefile b/freebsd/core/tdenetwork/Makefile
new file mode 100644
index 000000000..0be497774
--- /dev/null
+++ b/freebsd/core/tdenetwork/Makefile
@@ -0,0 +1,52 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= tdenetwork-trinity
+COMMENT= Trinity network-related apps
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11 net
+DIST_SUBDIR= TDE/core
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
+ ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libtqca.so:${PORTSDIR}/x11/trinity/dependencies/tqca \
+
+BUILD_DEPENDS+=\
+ ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
+
+LIB_DEPENDS+=\
+ libgadu.so:${PORTSDIR}/polish/libgadu \
+ libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
+ libslp.so:${PORTSDIR}/net/openslp \
+ libspeex.so:${PORTSDIR}/audio/speex \
+ libxslt.so:${PORTSDIR}/textproc/libxslt \
+ libXss.so:${PORTSDIR}/x11/libXScrnSaver \
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ \
+ -DBUILD_ALL="ON" \
+ -DWITH_LIBXSLT="ON" \
+ -DWITH_ARTS="ON" \
+ -DWITH_SLP="ON" \
+ -DBUILD_KOPETE_PROTOCOL_ALL="ON" \
+ -DBUILD_KOPETE_PLUGIN_ALL="ON" \
+ -DBUILD_WIFI="OFF" \
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>