From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: FreeBSD: Add ports updated for final release R14.1.0. Add a script to synchronize ports to the FreeBSD ports structure. Add meta-port 'tde-meta' to install all TDE ports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../themes/twin-style-dekorator/Makefile | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 freebsd/applications/themes/twin-style-dekorator/Makefile (limited to 'freebsd/applications/themes/twin-style-dekorator/Makefile') diff --git a/freebsd/applications/themes/twin-style-dekorator/Makefile b/freebsd/applications/themes/twin-style-dekorator/Makefile new file mode 100644 index 000000000..26e8e2b3f --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-dekorator + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-dekorator-trinity +COMMENT= Window decorations for TDE using user-supplied PNG files +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 -- cgit v1.2.1