1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/py-game_sdl2/Makefile
Jan Beich f3a024906a devel/renpy: update to 7.0.0
Changes:	https://www.renpy.org/release/7.0 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-0
MFH:		2018Q2 (stabilization, no in-tree consumers)
2018-06-02 16:21:06 +00:00

35 lines
874 B
Makefile

# $FreeBSD$
PORTNAME= game_sdl2
PORTVERSION= 7.0.0
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= jbeich@FreeBSD.org
COMMENT= Reimplementation of portions of the pygame API using 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 python
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>