aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-glfw/Makefile
blob: 55db1fb767e50b0dac1b03e78071dda8c5e55944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	glfw
PORTVERSION=	2.5.5
CATEGORIES=	graphics python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nc@FreeBSD.org
COMMENT=	Ctypes-based wrapper for GLFW3
WWW=		https://github.com/FlorianRhiem/pyGLFW

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libglfw.so:graphics/glfw

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>