b7b6554e67
This package provides the Python plugin for Dia, which was bundled inside the 'dia' package before.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $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"
|