1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/py-glfw/Makefile
Sunpoet Po-Chuan Hsieh f5b3508a3d Update to 1.11.0
Changes:	https://github.com/FlorianRhiem/pyGLFW/releases
PR:		244441
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2020-02-27 21:25:56 +00:00

23 lines
382 B
Makefile

# $FreeBSD$
PORTNAME= glfw
PORTVERSION= 1.11.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Ctypes-based wrapper for GLFW3
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libglfw.so:graphics/glfw
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>