5392aa00ad
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
453 B
Makefile
24 lines
453 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
|
|
|
|
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>
|