libgnomecanvas 2.8.0 -------------------- What's new since 2.7.1 * Bug fixes: - Various fixes (Sven Herzberg, Matthias Clasen) * Translations: - New Norwegian Bookmal translation (Kjartan Maraas) - New Bosnian translation (Kenan Hadžiavdić) - Various updated translations (ang, bg, el, fi, gu, hu, ne, pa, sq, tr) libgnomecanvas 2.7.1 -------------------- What's new since 2.6.1 * Bug fixes: - Doc fixes (Matthias Clasen) * Features: - Update to automake 1.7 (James Henstridge)
32 lines
861 B
Makefile
32 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.28 2004/09/21 16:46:45 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= libgnomecanvas-2.8.0
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecanvas/2.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME Canvas library
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= libgnomecanvas/libgnomecanvas-2.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|