Import games/tuxtype version 1.8.3
[dports.git] / games / residualvm / Makefile
1 # Created by: Alexander Yerenkow <yerenkow@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       residualvm
5 PORTVERSION=    0.1.1
6 PORTREVISION=   2
7 CATEGORIES=     games
8
9 MAINTAINER=     yerenkow@gmail.com
10 COMMENT=        ResidualVM allows you to indulge with classic games like Grim Fandango
11
12 USE_GITHUB=     yes
13
14 USE_SDL=        sdl
15 HAS_CONFIGURE=  yes
16 USES=           gmake
17
18 OPTIONS_DEFINE= DOCS
19
20 post-patch:
21         @${REINPLACE_CMD} -e 's|{datarootdir}/man|{prefix}/man|' ${WRKSRC}/configure
22
23 .include <bsd.port.mk>