Created
March 9, 2025 07:32
-
-
Save lwhsu/fd9f05f055db2f13765fa2fea7e1a371 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PORTNAME= iio-sensor-proxy | |
DISTVERSION= 3.6 | |
CATEGORIES= comms | |
MAINTAINER= [email protected] | |
COMMENT= Proxies sensor devices to applications through D-BUS | |
WWW= https://gitlab.freedesktop.org/hadess/iio-sensor-proxy | |
LICENSE= GPLv3 | |
LICENSE_FILE= ${WRKSRC}/COPYING | |
LIB_DEPENDS+= libudev.so:devel/libudev-devd \ | |
libgudev-1.0.so:devel/libgudev \ | |
libpolkit-gobject-1.so:sysutils/polkit | |
USES= pkgconfig meson | |
USE_GNOME= glib20 | |
USE_GITLAB= yes | |
GL_SITE= https://gitlab.freedesktop.org | |
GL_ACCOUNT= hadess | |
MESON_ARGS= -Dudevrulesdir=disabled \ | |
-Dsystemdsystemunitdir=disabled | |
.include <bsd.port.mk> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment