summaryrefslogtreecommitdiff
path: root/devel/py-game_sdl2/Makefile
blob: a7bbcc2639f935147e29e8129da0864a9a12d4c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PORTNAME=	game_sdl2
PORTVERSION=	7.4.11
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
		GENTOO
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Reimplementation of portions of the pygame API using SDL2
WWW=		https://github.com/renpy/pygame_sdl2

LICENSE=	LGPL21+ ZLIB
LICENSE_COMB=	multi

LIB_DEPENDS=	libpng.so:graphics/png

# Upstream tends to reroll distfiles before moving under /release/
PORTSCOUT=	site:http://www.renpy.org/dl/release/

USES=		jpeg localbase python:2.7+ sdl
USE_SDL=	image2 mixer2 ttf2
USE_PYTHON=	autoplist distutils cython
EXCLUDE=	gen gen3 PKG-INFO '*.egg-info'
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}

BINARY_ALIAS=	cython=cython-${PYTHON_VER}

post-install:
	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \
		-exec ${STRIP_CMD} {} +

.include <bsd.port.mk>