pkgsrc/x11/gtkmm/Makefile
adam 4eb258e754 Changes 2.8.2:
* Gdk::Window::set_cursor():
  Avoid leaking an extra Cursor instance.
* Build:
  - Correctly find gmmproc on 64-bit systems.
  - Optionally don't build the documentation, for
  people in a hurry.
  - Windows: Check for mkifofs().
  - For reduced-resources devices, optionally allow deprecated
    API to be left out of the library.
* Documentation:
  - Generated Since and Deprecated lists of API.
  - Improved Expander documentation.
  - Corrections to DrawArea chapter in book.
2006-01-16 14:24:21 +00:00

24 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.31 2006/01/16 14:24:21 adam Exp $
DISTNAME= gtkmm-2.8.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gtkmm.org/
COMMENT= C++ interface to Gtk+ v2
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
GNU_CONFIGURE= yes
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
.include "../../devel/glibmm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"