4f8409cfa0
- patch-ar and patch-as to avoid dependending on python are no longer necessary since the introduction of --disable-modular-tests - patch-co has been committed to glib in 2360d04e - other patches cargo culted across - statfs test was fixed in glib with commit afa82ae8 - no longer provide man pages as that requires docbook & xsltproc Many changes in glib since 2.32.4, especially GDBus improvements. See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
21 lines
518 B
Makefile
21 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/06 20:44:04 prlw1 Exp $
|
|
|
|
.include "../../devel/glib2/Makefile.common"
|
|
|
|
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= gdbus-codegen utility
|
|
|
|
NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
|
|
|
|
USE_TOOLS+= pkg-config msgfmt perl:run
|
|
|
|
BUILD_DIRS= gio/gdbus-2.0/codegen
|
|
INSTALL_DIRS= ${BUILD_DIRS}
|
|
|
|
REPLACE_PYTHON+= gio/gdbus-2.0/codegen/gdbus-codegen.in
|
|
|
|
.include "../../devel/glib2/modules.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|