# Created by: Alexander Yerenkow <yerenkow@gmail.com>
# $FreeBSD: tags/RELEASE_10_1_0/games/residualvm/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	residualvm
PORTVERSION=	0.1.1
#PORTREVISION=	0
#PORTEPOCH=	0
PORTREVISION=	1
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
USES=		gmake

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e 's|{datarootdir}/man|{prefix}/man|' ${WRKSRC}/configure

.include <bsd.port.mk>
