2.18.1 (stable): * Many windows build improvements * Bugs fixed: * 506410 - Call of overloaded Stringify is ambiguous * 529496 - Gio::Error::HOST_NOT_FOUND clashes with a netdb.h #define * 539891 - Can't use doxygen commands in *_override.xml * 555576 - name clash in fileinfo.h with winbase.h from VS2005 * 556315 - Extra defs generation utility forgets to generate signals for inter... * 556387 - FileEnumerator::next_file reference counting problems * Thanks to contributions from Armin Burgmeier, Jonathon Jongsma, José Alburquerque, Murray Cumming, and Szilárd Pfeiffer
25 lines
649 B
Makefile
25 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.33 2008/10/28 19:05:04 wiz Exp $
|
|
|
|
DISTNAME= glibmm-2.18.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.18/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
COMMENT= C++ bindings for glib
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config perl:run
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/glib/glibmm-2.4.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|