freebsd-ports/games/residualvm/Makefile
Mathieu Arnold 5392aa00ad Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 16:04:20 +00:00

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>