Tweak x11/slop version 7.3.49_1
[dports.git] / x11 / zenity / Makefile
1 # Created by: Franz Klammer <klammer@webonaut.com>
2 # $FreeBSD$
3
4 PORTNAME=       zenity
5 PORTVERSION=    3.18.0
6 CATEGORIES=     x11 gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Display GNOME dialogs from the command line
12
13 LICENSE=        LGPL20
14
15 BUILD_DEPENDS=  itstool:textproc/itstool
16
17 CONFLICTS=      gtkada-1.2.* zenity-2.*
18
19 USES=           gettext gmake gnome pathfix pkgconfig perl5 tar:xz
20 USE_GNOME=      gnomeprefix gtk30 intlhack
21 USE_XORG=       x11
22 GNU_CONFIGURE=  yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25
26 OPTIONS_DEFINE= NOTIFY
27 OPTIONS_DEFAULT=NOTIFY
28 NOTIFY_LIB_DEPENDS=     libnotify.so:devel/libnotify
29 NOTIFY_CONFIGURE_ENABLE=libnotify
30
31 post-patch:
32         @${RM} ${WRKSRC}/src/gdialog
33
34 .include <bsd.port.mk>