mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
26 lines
667 B
Makefile
26 lines
667 B
Makefile
PORTNAME= pysdl2
|
|
PORTVERSION= 0.9.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PySDL2-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python bindings to the SDL2 libraries
|
|
WWW= https://github.com/py-sdl/py-sdl2
|
|
|
|
LICENSE= PD CC0-1.0 ZLIB
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/doc/copying.rst
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= dos2unix python sdl
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
USE_SDL= gfx2 image2 mixer2 sdl2 ttf2
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|