2015-06-12 12:48:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:49 wiz Exp $
|
2012-06-04 11:57:42 +02:00
|
|
|
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 1
|
2012-06-04 11:57:42 +02:00
|
|
|
.include "../../devel/glib2/Makefile.common"
|
|
|
|
|
2012-06-04 12:10:01 +02:00
|
|
|
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
|
2013-06-01 00:53:23 +02:00
|
|
|
CATEGORIES= devel gnome
|
2012-06-04 11:57:42 +02:00
|
|
|
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT= Generate code and/or documentation for one or more D-Bus interfaces
|
2012-06-04 11:57:42 +02:00
|
|
|
|
|
|
|
NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
|
|
|
|
|
2012-10-06 22:44:04 +02:00
|
|
|
USE_TOOLS+= pkg-config msgfmt perl:run
|
2012-06-04 11:57:42 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-06-04 11:57:42 +02:00
|
|
|
.include "../../devel/glib2/modules.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
2014-01-19 10:00:23 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
2012-06-04 11:57:42 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|