Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.35 2013/06/06 12:54:28 wiz Exp $
#
DIA_SUBPKG= -python
.include "../../graphics/dia/Makefile.common"
PKGREVISION= 12
COMMENT+= (Python plugin)
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--without-python/--with-python/g}
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_PATCH_SCRIPTS= po-checktrans.py
PYTHON_PATCH_SCRIPTS+= plug-ins/python/gtkcons.py
PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py
BUILD_DIRS+= plug-ins/python
INSTALL_DIRS+= plug-ins/python
post-install:
${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/share/dia
.include "../../lang/python/application.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"