mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
9f8f710b3e
Approved by: portmgr
28 lines
576 B
Makefile
28 lines
576 B
Makefile
PORTNAME= zenity
|
|
PORTVERSION= 3.42.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Display GNOME dialogs from the command line
|
|
|
|
LICENSE= LGPL20
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
|
|
USES= gettext gnome localbase meson pkgconfig \
|
|
perl5 tar:xz xorg
|
|
USE_CSTD= c99
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack
|
|
USE_XORG= x11
|
|
MESON_ARGS= -Dwebkitgtk=false
|
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
OPTIONS_DEFAULT=NOTIFY
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_MESON_TRUE= libnotify
|
|
|
|
.include <bsd.port.mk>
|