mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
27 lines
664 B
Makefile
27 lines
664 B
Makefile
# 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
|
|
BROKEN_armv7= 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>
|