pkgsrc/devel/gdbus-codegen/Makefile

26 lines
687 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:49 wiz Exp $
PKGREVISION= 1
.include "../../devel/glib2/Makefile.common"
2012-06-04 12:10:01 +02:00
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
CATEGORIES= devel gnome
COMMENT= Generate code and/or documentation for one or more D-Bus interfaces
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
2013-06-10 20:54:42 +02:00
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.include "../../devel/glib2/modules.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"