freebsd-ports/games/residualvm/Makefile
Vanilla I. Shu 75be303379 Stagify.
Approved by:	portmgr@
2014-06-15 16:17:18 +00:00

26 lines
529 B
Makefile

# 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
USES= gmake
post-patch:
@${REINPLACE_CMD} -e 's|{datarootdir}/man|{prefix}/man|' ${WRKSRC}/configure
.include <bsd.port.mk>