ports/x11/py-pyglet/Makefile

27 lines
419 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = windowing and multimedia library for Python
MODPY_EGG_VERSION = 1.4.11
DISTNAME = pyglet-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
EXTRACT_SUFX = .zip
REVISION = 4
CATEGORIES = x11 multimedia
HOMEPAGE = http://www.pyglet.org
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
.include <bsd.port.mk>