pkgsrc/graphics/py-OpenGL/Makefile
wiz faf4274edb Add missing egg to PLIST (happened during big python-3.x commit, sorry).
Fix interpreter path in installed file.
Bump PKGREVISION.
2014-01-26 00:22:29 +00:00

24 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.18 2014/01/26 00:22:29 wiz Exp $
DISTNAME= PyOpenGL-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopengl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyopengl.sourceforge.net/
COMMENT= Python bindings for OpenGL
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-Numeric
REPLACE_PYTHON+= OpenGL/Tk/__init__.py
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"