summaryrefslogtreecommitdiff
path: root/graphics/dia-python/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-20 18:50:48 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-20 18:50:48 +0000
commitb7b6554e673b931860bdd1cd99e9f2315a13a6ab (patch)
tree8aaadf7cb291f4bd21378261e7563442fd86e47a /graphics/dia-python/Makefile
parent99eb6f6c46a3eb97a2ff63e8449ba1272ed5726d (diff)
downloadpkgsrc-b7b6554e673b931860bdd1cd99e9f2315a13a6ab.tar.gz
Initial import of dia-python, version 0.94:
This package provides the Python plugin for Dia, which was bundled inside the 'dia' package before.
Diffstat (limited to 'graphics/dia-python/Makefile')
-rw-r--r--graphics/dia-python/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile
new file mode 100644
index 00000000000..767d5971ba8
--- /dev/null
+++ b/graphics/dia-python/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 18:50:48 jmmv Exp $
+#
+
+DIA_SUBPKG= -python
+.include "../../graphics/dia/Makefile.common"
+
+COMMENT+= (Python plugin)
+
+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--without-python/--with-python/g}
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+
+PYTHON_PATCH_SCRIPTS= po-checktrans.py
+PYTHON_PATCH_SCRIPTS+= plug-ins/python/gtkcons.py
+PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py
+
+BUILD_DIRS+= ${WRKSRC}/plug-ins/python
+INSTALL_DIRS+= ${WRKSRC}/plug-ins/python
+
+.include "../../lang/python/application.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"