3313aa48ab
* Windows Build: - ustring.h: Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug 332438. - Updated MSVC++ build files and README, for MS Visual Studio 2005. * gmmproc code generator: - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext - so that we can insert the appropriate doxygen tag in the documentation, where the C documentation does not do it for us.
23 lines
609 B
Makefile
23 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/12 21:09:45 adam Exp $
|
|
|
|
DISTNAME= glibmm-2.8.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://gtkmm.sourceforge.net/
|
|
COMMENT= C++ bindings for glib
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC:Q}/glib/glibmm-2.4.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILDLINK_DEPENDS.glib2+= glib2>=2.8.0
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsigc++2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|