mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f5b3508a3d
Changes: https://github.com/FlorianRhiem/pyGLFW/releases PR: 244441 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
23 lines
382 B
Makefile
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>
|