Files
volker 6c60ad24f8 Import misc/fyi
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@
2026-05-07 17:01:57 +00:00

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>