1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/renpy6/Makefile

29 lines
519 B
Makefile

# $FreeBSD$
PORTVERSION= 6.18.3
PORTREVISION= 12
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"