d47fb17544
* Reference Documentation: Add main page text for index.html. Changes 2.24.1: * UnixOutputStream: Fix the constructor to use the correct property name. * Documentation: Strip out the gobject-introspection annotations, and use other improvements made to docextract_to_xml.py * Fix the Windows MSVC build. Changes 2.24.0: * Changes in glibmm 2.24 compared to glibmm 2.22: Glib: * BalanceTree: New class, wrapping GTree. * Fix ustring::format(non-const char*) and add regression test. Gio: * Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket, SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable, SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection, Threaded SocketService, UnixConnection * AsyncResult: Add get_source_object_base(), deprecating get_source_object() because it usually can never work. * Cancellable: Added release_fd() and make_polldf().
27 lines
733 B
Makefile
27 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.39 2010/06/02 16:43:26 adam Exp $
|
|
|
|
DISTNAME= glibmm-2.24.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
COMMENT= C++ bindings for glib
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
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
|
|
EXTRACT_USING= bsdtar # added for pkg/42258
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.1
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|