mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b50a4186ce
PR: 218658 Submitted by: riggs
25 lines
434 B
Makefile
25 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 6.18.3
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
|
|
${WRKSRC}/launcher/game/project.rpy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|