aboutsummaryrefslogtreecommitdiffstats
path: root/games/residualvm/Makefile
blob: 5aa20e5ac2aea7856e68a7b5f0596c04af6e9e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

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

.include <bsd.port.mk>