diff options
Diffstat (limited to 'x11/zenity4/Makefile')
-rw-r--r-- | x11/zenity4/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/zenity4/Makefile b/x11/zenity4/Makefile new file mode 100644 index 000000000000..a6065e869094 --- /dev/null +++ b/x11/zenity4/Makefile @@ -0,0 +1,26 @@ +PORTNAME= zenity +PORTVERSION= 4.0.5 +CATEGORIES= x11 gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome +PKGNAMESUFFIX= 4 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Display GTK4 dialogs from the command line +WWW= https://gitlab.gnome.org/GNOME/zenity + +LICENSE= LGPL21+ + +CONFLICTS_INSTALL= zenity-3.* + +BUILD_DEPENDS= itstool:textproc/itstool \ + help2man:misc/help2man + +USES= gettext gnome localbase meson pkgconfig \ + perl5 tar:xz xorg +USE_CSTD= c99 +USE_GNOME= gtk40 libadwaita +USE_XORG= x11 +MESON_ARGS= -Dwebkitgtk=false + +.include <bsd.port.mk> |