pkgsrc/devel/libglademm/Makefile
wiz 552b504ce7 Update to 2.6.4:
2.6.4:

* Xml(const char* buffer, ) constructor: Make this actually
  work. (Douglas C. MacKenzie) Bug #326512.
* Documentation: Clarified lifetime rules. (Ole Laursen)
* Build:
  - Fixed build when disabling properties and exceptions.
  (Armin Burgmeier, Openismus)
  - Check for both m4 and M4 in the GNU m4 output, to fix
  the build on some platforms. (Yselkowitz) Bug #42399.
2007-07-07 17:17:35 +00:00

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/07/07 17:17:35 wiz Exp $
DISTNAME= libglademm-2.6.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglademm/2.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ bindings for libglade
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libglade/libglademm-2.4.pc.in
GNU_CONFIGURE= yes
BUILDLINK_API_DEPENDS.libglade2+= libglade2>=2.6.1
.include "../../devel/libglade2/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"