summaryrefslogtreecommitdiffstats
path: root/freebsd/tdesdk/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/tdesdk/Makefile
parent1b9c227b484e7c9be18be2ab748e52c107928cfa (diff)
downloadtde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.tar.gz
tde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.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/tdesdk/Makefile')
-rw-r--r--freebsd/tdesdk/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/freebsd/tdesdk/Makefile b/freebsd/tdesdk/Makefile
deleted file mode 100644
index 2b13fb2d7..000000000
--- a/freebsd/tdesdk/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# -*-mode: makefile-*-
-# Created by: slavek.banko@axis.cz
-# $FreeBSD$
-#
-
-.include <../trinity.port.mk>
-
-PORTNAME= tdesdk-trinity
-COMMENT= Trinity software development kit
-TDE_PREVERSION=
-MASTER_SITE_SUBDIR= t/${PORTNAME}
-PORTREVISION= 0
-CATEGORIES= x11 devel
-DIST_SUBDIR= TDE
-
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
- ${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/tdepim \
-
-LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
-
-BUILD_DEPENDS+=\
- ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \
-
-LIB_DEPENDS+=\
- libapr-1.so:${PORTSDIR}/devel/apr1 \
- libsvn_client-1.so:${PORTSDIR}/devel/subversion \
-
-# Build
-post-patch: tde-pathfix
- cd ${WRKSRC}; \
- gfind scripts tdecachegrind/converters tdeunittest -type f | xargs -r \
- gsed -i \
- -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \
- -e "s|/bin/bash|${LOCALBASE}/bin/bash|g"; \
-
-do-configure: tde-cmake-prepare
- ${TDE_CMAKE_CONFIGURE} \
- \
- -DBUILD_ALL="ON" \
- -DBUILD_KMTRACE="OFF" \
- -DWITH_DBSEARCHENGINE="ON" \
- -DWITH_KCAL="ON"
-
-do-build: tde-cmake-build
-
-do-install: tde-cmake-install
-
-.include <bsd.port.mk>