mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
26 lines
484 B
Makefile
26 lines
484 B
Makefile
COMMENT = MPRIS command-line controller and library
|
|
|
|
DIST_TUPLE = github altdesktop playerctl v2.4.1 .
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS = playerctl 0.0 # 2.4.1
|
|
|
|
CATEGORIES = multimedia
|
|
|
|
# LGPL3+
|
|
PERMIT_PACKAGE = Yes
|
|
WANTLIB = c gio-2.0 glib-2.0 gobject-2.0
|
|
|
|
MODULES = devel/meson
|
|
|
|
BUILD_DEPENDS = devel/gobject-introspection \
|
|
textproc/gtk-doc
|
|
LIB_DEPENDS = devel/glib2
|
|
|
|
CONFIGURE_ARGS = -Dbash-completions=true \
|
|
-Dzsh-completions=true
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|