aboutsummaryrefslogtreecommitdiffstats
path: root/games/renpy6/Makefile
blob: 3a5b1c9c3f95b8153a3886f6e3aeba9e5d329335 (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
# $FreeBSD$

PORTVERSION=    6.18.3
PORTREVISION=   7
PKGNAMESUFFIX=  6

CONFLICTS_INSTALL=  ${PORTNAME}-[0-9]*

MASTERDIR=  ${.CURDIR}/../renpy
PATCHDIR=   ${.CURDIR}/files
DISTINFO_FILE=  ${.CURDIR}/distinfo

PORTSCOUT=  limit:^6\.18\.*

BUILD_DEPENDS=  ${PYGAME}
RUN_DEPENDS=    ${PYGAME}

USE_SDL=    sdl
PORTDATA=   templates

post-patch:
    @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
        ${WRKSRC}/launcher/game/project.rpy

post-install:
    ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates

.include "${MASTERDIR}/Makefile"