84eadb8d7d
* gmmproc: - _WRAP_METHOD: Add optional parameter functionality. - _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering. - _WRAP_METHOD: Add the possibility of an output parameter. - Protect documentation with m4 quotes. Gio: * DBus::Connection::emit_signal(): Replace empty strings with 0, because gio fails with "", apparently unnecessarily. Build: * Removed now-unused doctooldir variable from pkgconfig files.
38 lines
1,018 B
Makefile
38 lines
1,018 B
Makefile
# $NetBSD: Makefile,v 1.44 2011/07/15 12:22:08 adam Exp $
|
|
|
|
DISTNAME= glibmm-2.28.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
EXTRACT_USING= bsdtar # added for pkg/42258
|
|
|
|
PKGCONFIG_OVERRIDE+= gio/giomm.pc.in
|
|
PKGCONFIG_OVERRIDE+= glib/glibmm.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
|
|
|
|
# x11/gtkmm needs these tools
|
|
INSTALLATION_DIRS= share/glibmm-2.4/doctool
|
|
|
|
post-install:
|
|
.for tool in doc-install.pl doc-postprocess.pl
|
|
${INSTALL_SCRIPT} ${WRKSRC}/docs/${tool} \
|
|
${DESTDIR}${PREFIX}/share/glibmm-2.4/doctool/${tool}
|
|
.endfor
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|