mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
6c60ad24f8
Comment: cli to send desktop notifications Description: FYI is a command line utility to send desktop notifications to the user via a notification daemon implementing XDG desktop notifications. WWW: https://codeberg.org/dnkl/fyi ok landry@
26 lines
386 B
Makefile
26 lines
386 B
Makefile
COMMENT = cli to send desktop notifications
|
|
|
|
DIST_TUPLE = codeberg dnkl fyi 1.0.4 .
|
|
|
|
CATEGORIES = misc wayland x11
|
|
|
|
MAINTAINER = Volker Schlecht <volker@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c dbus-1
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/meson
|
|
|
|
BUILD_DEPENDS = textproc/scdoc
|
|
|
|
LIB_DEPENDS = x11/dbus
|
|
|
|
WRKDIST = ${WRKDIR}/fyi
|
|
|
|
.include <bsd.port.mk>
|
|
|