1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/residualvm/Makefile
Dima Panov d638136428 ResidualVM provides engine for playing Grim Fandango,
Escape from Moneky Island, Myst 3.

WWW: http://residualvm.org/

PR:		ports/176959
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2013-03-19 00:39:45 +00:00

30 lines
572 B
Makefile

# Created by: Alexander Yerenkow <yerenkow@gmail.com>
# $FreeBSD$
PORTNAME= residualvm
PORTVERSION= 0.1.1
#PORTREVISION= 0
#PORTEPOCH= 0
CATEGORIES= games
MAINTAINER= yerenkow@gmail.com
COMMENT= ResidualVM allows you to indulge with classic games like Grim Fandango
USE_GITHUB= YES
GH_ACCOUNT= residualvm
GH_PROJECT= residualvm
GH_TAGNAME= 0.1.1
GH_COMMIT= 340bbe3
USE_SDL= sdl
HAS_CONFIGURE= yes
USE_GMAKE= yes
MAN6= residualvm.6
NO_MANCOMPRESS= yes
post-patch:
@${REINPLACE_CMD} -e 's|{datarootdir}/man|{prefix}/man|' ${WRKSRC}/configure
.include <bsd.port.mk>