pkgsrc/graphics/py-OpenGL/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

25 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= PyOpenGL-3.0.0a6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopengl/}
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://pyopengl.sourceforge.net/
COMMENT= Pyhton bindings for OpenGL
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= YES
PY_PATCHPLIST= YES
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py-setuptools
.include "../../lang/python/extension.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../x11/py-Tk/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../devel/py-ctypes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"