959d1cf9a6
Requested by: koobs
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opengl
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -accelerate
|
|
DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= OpenGL acceleration code for PyOpenGL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|