aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-05 12:57:58 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-05 12:57:58 +0000
commit1b93fd714649e4b58b2b6a445cacefe88c5afd49 (patch)
treed393ae7d0bb9f79675667dfe0e08ac107304fd69 /graphics/Makefile
parent2bd81a02272c66cc2db2a5f2bd5d3dc1b024ed3b (diff)
downloadports-1b93fd714649e4b58b2b6a445cacefe88c5afd49.tar.gz
ports-1b93fd714649e4b58b2b6a445cacefe88c5afd49.zip
New port: graphics/py-glfw
pyGLFW provides Python bindings for GLFW. It is a ctypes wrapper which aims to be very close to the original GLFW API. WWW: https://github.com/FlorianRhiem/pyGLFW PR: 230424 Submitted by: neel@neelc.org Reviewed by: koobs
Notes
Notes: svn path=/head/; revision=492206
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 65543fed1006..df0e0fde36a5 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -836,6 +836,7 @@
SUBDIR += py-gimp
SUBDIR += py-gizeh
SUBDIR += py-glewpy
+ SUBDIR += py-glfw
SUBDIR += py-goocanvas
SUBDIR += py-gphoto2
SUBDIR += py-graph-core