summaryrefslogtreecommitdiffstats
path: root/freebsd/tdebase/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/tdebase/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/tdebase/Makefile')
-rw-r--r--freebsd/tdebase/Makefile106
1 files changed, 0 insertions, 106 deletions
diff --git a/freebsd/tdebase/Makefile b/freebsd/tdebase/Makefile
deleted file mode 100644
index 45a9d893b..000000000
--- a/freebsd/tdebase/Makefile
+++ /dev/null
@@ -1,106 +0,0 @@
-# -*-mode: makefile-*-
-# Created by: slavek.banko@axis.cz
-# $FreeBSD$
-#
-
-.include <../trinity.port.mk>
-
-PORTNAME= tdebase-trinity
-COMMENT= Trinity Base Programs
-TDE_PREVERSION=
-MASTER_SITE_SUBDIR= t/${PORTNAME}
-PORTREVISION= 0
-CATEGORIES= x11
-DIST_SUBDIR= TDE
-
-
-USES+= perl5
-USE_PERL5+= build
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
- ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
-
-LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
- libavahi-tqt.so:${PORTSDIR}/x11/trinity/dependencies/avahi-tqt \
- libdbus-tqt-1.so:${PORTSDIR}/x11/trinity/dependencies/dbus-tqt \
- libdbus-1-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-1-tqt \
- libart_lgpl_2.so:${PORTSDIR}/x11/trinity/dependencies/libart-lgpl \
-
-BUILD_DEPENDS+=\
- bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- xrdb:${PORTSDIR}/x11/xrdb \
- htdig:${PORTSDIR}/textproc/htdig \
- xscreensaver:${PORTSDIR}/x11/xscreensaver \
-
-LIB_DEPENDS+=\
- libconfig.so:${PORTSDIR}/devel/libconfig \
- libldap.so:${PORTSDIR}/net/openldap24-client \
- libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
- libhal-storage.so:${PORTSDIR}/sysutils/hal \
- libxkbfile.so:${PORTSDIR}/x11/libxkbfile \
- libXss.so:${PORTSDIR}/x11/libXScrnSaver \
- libXtst.so:${PORTSDIR}/x11/libXtst \
-
-RUN_DEPENDS+=\
- xrandr:${PORTSDIR}/x11/xrandr \
- xset:${PORTSDIR}/x11/xset \
- xsetroot:${PORTSDIR}/x11/xsetroot \
-
-USES+= samba
-
-# Build
-post-patch: tde-pathfix
- cd ${WRKSRC}; \
- gsed -i starttde r14-xdg-update migratekde3 \
- -e "s| sed| gsed|g"; \
- gsed -i r14-xdg-update migratekde3 \
- -e "s| find| gfind|g"; \
- gsed -i "tdm/kfrontend/gentdmconf.c" \
- -e "s|. /etc/X11/Xsession|exec \$$session|"
-
-do-configure: tde-cmake-prepare
- ${TDE_CMAKE_CONFIGURE} \
- -DWITH_GCC_VISIBILITY="ON" \
- \
- -DWITH_ALL_OPTIONS=ON \
- -DWITH_SASL=ON \
- -DWITH_LDAP=ON \
- -DWITH_SAMBA=ON \
- -DWITH_OPENEXR=ON \
- -DWITH_XCOMPOSITE=ON \
- -DWITH_XCURSOR=ON \
- -DWITH_XFIXES=ON \
- -DWITH_XRANDR=ON \
- -DWITH_XRENDER=ON \
- -DWITH_LIBCONFIG=ON \
- -DWITH_PCRE=ON \
- -DWITH_XTEST=ON \
- -DWITH_XSCREENSAVER=ON \
- -DWITH_LIBART=ON \
- -DWITH_LIBUSB=ON \
- -DWITH_LIBRAW1394=OFF \
- -DWITH_SUDO_TDESU_BACKEND=OFF \
- -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND=OFF \
- -DWITH_PAM=ON \
- -DKCHECKPASS_PAM_SERVICE="kcheckpass-trinity" \
- -DTDM_PAM_SERVICE="tdm-trinity" \
- -DTDESCREENSAVER_PAM_SERVICE="tdescreensaver-trinity" \
- -DWITH_SHADOW=OFF \
- -DWITH_XDMCP=ON \
- -DWITH_XINERAMA=ON \
- -DWITH_ARTS=ON \
- -DWITH_SENSORS=OFF \
- -DWITH_HAL=ON \
- -DWITH_TDEHWLIB=OFF \
- -DWITH_UPOWER=ON \
- -DWITH_ELFICON=OFF \
- \
- -DBUILD_ALL=ON \
- -DBUILD_TSAK=OFF \
- -DBUILD_TDEKBDLEDSYNC=OFF
-
-do-build: tde-cmake-build
-
-do-install: tde-cmake-install
-
-.include <bsd.port.mk>