summaryrefslogtreecommitdiff
path: root/games/renpy6/Makefile
blob: 8e0be4452331a955b27d559edf57ea4f4b75619c (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=	11
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"