[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / dia-python

Annotation of pkgsrc/graphics/dia-python/Makefile, Revision 1.49

1.49    ! wiz         1: # $NetBSD: Makefile,v 1.48 2017/01/01 14:43:41 wiz Exp $
1.1       jmmv        2:
                      3: DIA_SUBPKG=            -python
1.49    ! wiz         4: PKGREVISION= 2
1.1       jmmv        5: .include "../../graphics/dia/Makefile.common"
                      6:
                      7: COMMENT+=              (Python plugin)
                      8:
                      9: CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--without-python/--with-python/g}
1.2       rillig     10: CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
1.1       jmmv       11:
1.40      wiz        12: REPLACE_PYTHON=        po-checktrans.py
                     13: REPLACE_PYTHON+=       plug-ins/python/gtkcons.py
                     14: REPLACE_PYTHON+=       sheets/checktrans.py
1.48      wiz        15: PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gtk2
1.1       jmmv       16:
1.32      rodent     17: BUILD_DIRS+=           plug-ins/python
                     18: INSTALL_DIRS+=         plug-ins/python
1.1       jmmv       19:
1.8       drochner   20: post-install:
1.12      joerg      21:        ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/share/dia
1.8       drochner   22:
1.1       jmmv       23: .include "../../lang/python/application.mk"
                     24: .include "../../x11/py-gtk2/buildlink3.mk"
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>