pkgsrc/x11/gtkmm/Makefile
adam aeb389c581 Changes 2.12.3:
* Documentation: Improved the devhelp file to
  - show the full method name, including the class name.
  - really jump to the method's anchor on the page.
* Build: Fix the win32 build.

Changes 2.12.2:
* IconView: set_cursor(): Actually implement this.
* LinkButton: Correct the implementation of the
  constructor that takes just the URI. Bug 492200
* Build: Fix the build on MacOS X. Bug 493057.
2007-11-18 08:37:04 +00:00

30 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.55 2007/11/18 08:37:04 adam Exp $
DISTNAME= gtkmm-2.12.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gtkmm.org/
COMMENT= C++ interface to Gtk+ v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-examples
PKGCONFIG_OVERRIDE= atk/atkmm-1.6.pc.in
PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.4.pc.in
PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.4.pc.in
PKGCONFIG_OVERRIDE+= pango/pangomm-1.4.pc.in
BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.12.3
.include "../../devel/glibmm/buildlink3.mk"
.include "../../graphics/cairomm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"