1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/deskutils/xdg-desktop-portal/Makefile
2023-04-25 17:17:15 +02:00

38 lines
856 B
Makefile

PORTNAME= xdg-desktop-portal
PORTVERSION= 1.16.0
PORTREVISION= 1
CATEGORIES= deskutils wayland
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Portal frontend service for Flatpak
WWW= https://github.com/flatpak/xdg-desktop-portal
LICENSE= LGPL21
LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3 \
libgeoclue-2.so:net/geoclue \
libjson-glib-1.0.so:devel/json-glib \
libpipewire-0.3.so:multimedia/pipewire \
libportal.so:deskutils/libportal
USES= gettext-tools gmake gnome meson pkgconfig
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= flatpak
MESON_ARGS= -Ddocbook-docs=disabled -Dsystemd=disabled
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400008) \
|| ${OSVERSION} < 1300000
IGNORE= requires O_PATH support in open(2)
.endif
post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
.include <bsd.port.post.mk>