blob: 1e81d845aa5416ed660da352cbfc1e833401b571 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Franz Klammer <klammer@webonaut.com>
# $FreeBSD$
PORTNAME= zenity
PORTVERSION= 3.28.1
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
CONFLICTS= gtkada-1.2.* zenity-2.*
USES= gettext gmake gnome localbase pathfix pkgconfig \
perl5 tar:xz
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-webkitgtk
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=libnotify
post-patch:
@${RM} ${WRKSRC}/src/gdialog
.include <bsd.port.mk>
|