diff options
Diffstat (limited to 'freebsd/applications/system/xdg-desktop-portal-tde/Makefile')
-rw-r--r-- | freebsd/applications/system/xdg-desktop-portal-tde/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/freebsd/applications/system/xdg-desktop-portal-tde/Makefile b/freebsd/applications/system/xdg-desktop-portal-tde/Makefile new file mode 100644 index 000000000..82b6fece7 --- /dev/null +++ b/freebsd/applications/system/xdg-desktop-portal-tde/Makefile @@ -0,0 +1,40 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# +# TDE port map: applications/system/xdg-desktop-portal-tde + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= xdg-desktop-portal-trinity +COMMENT= An implementation of the FreeDesktop Portals API for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= x/${PORTNAME} +DISTSRC= xdg-desktop-portal-tde-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications/system + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + +RUN_DEPENDS+= ${LOCALBASE}/libexec/xdg-desktop-portal:deskutils/xdg-desktop-portal \ + + +# 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> |