freebsd-ports/graphics/py-opengl-accelerate/Makefile
Jung-uk Kim 959d1cf9a6 Assign maintainership to python@.
Requested by:	koobs
2015-06-11 04:40:14 +00:00

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>