freebsd-ports/graphics/py-glfw/Makefile
Loïc Bartoletti ddc98e4fd7 graphics/py-glfw: Update to 1.11.2
Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D25474
2020-06-27 04:49:17 +00:00

23 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= glfw
PORTVERSION= 1.11.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.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>