a1e8a33c75
Changes in 2.26.0: * Fix distcheck * Fix valgrind warning * Translation updates (Thanks to all tranlators!) Changes in 2.25.92: * #566801 Docking+undocking all makes the buttons disappear and crashes if you use "Reset dock layout" (Sebastien Granjoux) * #573522 More patches for GDL (Joel Holdsworth) * Small documentation update Changes in 2.25.91: * Added some gtk-doc documentation (Joel Holdsworth) * Cleaned-up gtk+ includes (Pedro Fragoso)
26 lines
745 B
Makefile
26 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/03/22 16:32:36 snj Exp $
|
|
|
|
DISTNAME= gdl-2.26.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdl/2.26/}
|
|
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"
|