93e344d932
Zenity 2.24.1 " Giant Steps " * Document --timeout (Luca Bruno) [#565133] * correctly handle --filename on file selection dialog (Gilles Detillieux) [#564552] * Cleanup GLib and GTK+ includes (Pedro Fragoso) [#563855] * Remove deprecated GLib symbols (Frederic Peters) [#560452] * Translator comments (Frederic Peters) [#547202] * New and updated documentation translations - Jorge Gonzalez [es] * New and updated translations - Laurent Dhima [sq] - Ihar Hrachyshka [bg@latin] - Luca Ferretti [it] - Marcel Telka [sk] - Djihed Afifi [ar] - Simos Xenitellis [el]
31 lines
953 B
Makefile
31 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.54 2009/01/13 16:02:25 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= zenity-2.24.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Display GNOME dialogs from the command line
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
|
|
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|