aada88e659
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
24 lines
677 B
Makefile
24 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/04/08 19:08:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= PyOpenGL-3.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopengl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pyopengl.sourceforge.net/
|
|
COMMENT= Pyhton bindings for OpenGL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
#PY_PATCHPLIST= YES
|
|
|
|
#.include "../../lang/python/egg.mk"
|
|
.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 "../../mk/bsd.pkg.mk"
|