05f52e61db
* IconTheme: Avoid crash in get_search_path(). * Some code size reduction by using more static functions instead of anonymous namespaces, and by avoiding some code duplication. * Windows Build: - MSVC++ build: Use the new /vd2 compiler option to get the new unbroken dynamic_cast<> with MSVC++. There are now no known problems with the MSVC++ build. - mingw32 and cygwin builds: Correct some API export/import problems.
28 lines
769 B
Makefile
28 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.37 2006/04/14 11:01:52 adam Exp $
|
|
|
|
DISTNAME= gtkmm-2.8.4
|
|
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
|
|
CONFIGURE_ARGS+= --disable-demos
|
|
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.8.0
|
|
|
|
.include "../../devel/glibmm/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|