mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
076c49c1b4
s/daemon_args/daemon_flags/ ok landry@
31 lines
545 B
Makefile
31 lines
545 B
Makefile
COMMENT = minimal seat management daemon and universal library
|
|
|
|
V = 0.9.3
|
|
DISTNAME = seatd-$V
|
|
CATEGORIES = sysutils
|
|
REVISION = 0
|
|
|
|
SITES = https://git.sr.ht/~kennylevinsen/seatd/archive/
|
|
DISTFILES = seatd-{}${V}${EXTRACT_SUFX}
|
|
|
|
SHARED_LIBS+= seat 0.0 # 0.0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
WANTLIB = c
|
|
|
|
MODULES = devel/meson
|
|
|
|
BUILD_DEPENDS = textproc/scdoc
|
|
|
|
CONFIGURE_ARGS = -Dlibseat-logind=disabled \
|
|
-Dlibseat-builtin=enabled
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|