1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/graphics/py-glfw/Makefile
Tobias C. Berner 978d07e510 graphics/py-glfw: update to 1.8.5
PR:		242481
Submitted by:	Neel Chauhan <neel@neelc.org>  (maintainer)
2019-12-07 22:59:13 +00:00

23 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= glfw
PORTVERSION= 1.8.5
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>