blob: 343a7228a6a64becd472b95ed89d8ebc24b87762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: michael johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= supertux
PORTVERSION= 0.1.3
PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= makc@FreeBSD.org
COMMENT= Side-scroller game similar to Super Mario Brothers
USES= gmake
USE_BZIP2= yes
USE_SDL= image mixer
USE_GL= gl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug
PORTSCOUT= limit:^0\.1
post-patch:
@${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h
.include <bsd.port.mk>
|