Update games/hexalate to version 1.1.6
[dports.git] / games / supertux / Makefile
1 # Created by: michael johnson <ahze@ahze.net>
2 # $FreeBSD$
3
4 PORTNAME=       supertux
5 PORTVERSION=    0.1.3
6 PORTREVISION=   13
7 CATEGORIES=     games
8 MASTER_SITES=   https://github.com/SuperTux/downloads/raw/master/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Side-scroller game similar to Super Mario Brothers
12
13 USES=           gl gmake sdl tar:bzip2
14 USE_SDL=        image mixer
15 USE_GL=         gl
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS=         --disable-debug
18
19 PORTSCOUT=      limit:^0\.1
20
21 post-patch:
22         @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h
23
24 .include <bsd.port.mk>