Lines 1-11
Link Here
|
1 |
PORTNAME= game_sdl2 |
1 |
PORTNAME= game_sdl2 |
2 |
PORTVERSION= 7.4.11 |
2 |
PORTVERSION= 8.2.1 |
3 |
PORTREVISION= 3 |
3 |
PORTREVISION= 4 |
4 |
CATEGORIES= devel python |
4 |
CATEGORIES= devel python |
5 |
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ |
5 |
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ |
6 |
GENTOO |
6 |
GENTOO |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
DISTNAME= py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION} |
8 |
DISTNAME= py${PORTNAME}-2.1.0+renpy${DISTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= social@brandongrows.me |
10 |
MAINTAINER= social@brandongrows.me |
11 |
COMMENT= Reimplementation of portions of the pygame API using SDL2 |
11 |
COMMENT= Reimplementation of portions of the pygame API using SDL2 |
Lines 16-27
LICENSE_COMB= multi
Link Here
|
16 |
|
16 |
|
17 |
LIB_DEPENDS= libpng.so:graphics/png |
17 |
LIB_DEPENDS= libpng.so:graphics/png |
18 |
|
18 |
|
|
|
19 |
USES= jpeg localbase python:3.9+ sdl |
20 |
USE_SDL= image2 mixer2 ttf2 |
21 |
USE_PYTHON= autoplist distutils cython |
22 |
|
19 |
# Upstream tends to reroll distfiles before moving under /release/ |
23 |
# Upstream tends to reroll distfiles before moving under /release/ |
20 |
PORTSCOUT= site:http://www.renpy.org/dl/release/ |
24 |
PORTSCOUT= site:http://www.renpy.org/dl/release/ |
21 |
|
25 |
|
22 |
USES= jpeg localbase python:2.7+ sdl |
|
|
23 |
USE_SDL= image2 mixer2 ttf2 |
24 |
USE_PYTHON= autoplist distutils cython |
25 |
EXCLUDE= gen gen3 PKG-INFO '*.egg-info' |
26 |
EXCLUDE= gen gen3 PKG-INFO '*.egg-info' |
26 |
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} |
27 |
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} |
27 |
|
28 |
|