Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / renpy6 / Makefile
1 # $FreeBSD$
2
3 PORTVERSION=    6.18.3
4 PORTREVISION=   0
5 PKGNAMESUFFIX=  6
6
7 CONFLICTS_INSTALL=      ${PORTNAME}-[0-9]*
8
9 MASTERDIR=      ${.CURDIR}/../renpy
10 PATCHDIR=       ${.CURDIR}/files
11 DISTINFO_FILE=  ${.CURDIR}/distinfo
12
13 PORTSCOUT=      limit:^6\.18\.*
14
15 BUILD_DEPENDS=  ${PYGAME}
16 RUN_DEPENDS=    ${PYGAME}
17
18 USE_SDL=        sdl
19
20 post-patch:
21         @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
22                 ${WRKSRC}/launcher/game/project.rpy
23
24 .include "${MASTERDIR}/Makefile"