22d541b66f
Changes in 2.24.0 * Fixed dataroot problem * Removed old code (and as such gnome-vfs dependency) * Translation updates: he, sr, ar, et, hr, mr Changes in 2.23.90 * Version increased to match gnome releases. * Use smaller buttons to waste less space * Port to the GtkTooltip API (fixes #457562) * Fixed bug #529457 - Superfluous condition * Fixed bug #539288 - Use gtype macros instead of the deprecated gtk ones. * Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi, bg, th, ps, sq, pt_BR, mr
27 lines
747 B
Makefile
27 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/10/27 02:17:12 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gdl-2.24.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdl/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Gnome Devtool Libraries
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config perl intltool msgfmt gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= gdl-1.0.pc.in
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|