blob: 4e3f225dd4e07ec596601c89e9e3d66a4795e511 (
plain)
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
|
# Created by: Alexander Yerenkow <yerenkow@gmail.com>
# $FreeBSD$
PORTNAME= residualvm
PORTVERSION= 0.1.1
PORTREVISION= 2
CATEGORIES= games
MAINTAINER= yerenkow@gmail.com
COMMENT= ResidualVM allows you to indulge with classic games like Grim Fandango
BROKEN_armv6= fails to link: ld: libgrim.a has EABI version 0, but target residualvm has EABI version 5
USE_GITHUB= yes
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>
|