2013-02-11 19:46:23 +01:00
|
|
|
# Created by: michael johnson <ahze@ahze.net>
|
2004-04-17 07:45:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= supertux
|
2005-07-11 07:54:52 +02:00
|
|
|
PORTVERSION= 0.1.3
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 13
|
2004-04-17 07:45:46 +02:00
|
|
|
CATEGORIES= games
|
2016-11-01 00:51:34 +01:00
|
|
|
MASTER_SITES= https://github.com/SuperTux/downloads/raw/master/
|
2004-04-17 07:45:46 +02:00
|
|
|
|
2016-10-20 17:58:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-23 15:08:41 +02:00
|
|
|
COMMENT= Side-scroller game similar to Super Mario Brothers
|
2004-04-17 07:45:46 +02:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= gl gmake sdl tar:bzip2
|
2004-05-14 09:57:57 +02:00
|
|
|
USE_SDL= image mixer
|
2013-10-23 15:08:41 +02:00
|
|
|
USE_GL= gl
|
2004-04-17 07:45:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-debug
|
|
|
|
|
2013-03-08 17:10:17 +01:00
|
|
|
PORTSCOUT= limit:^0\.1
|
|
|
|
|
2007-07-04 18:21:55 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h
|
2004-04-17 07:45:46 +02:00
|
|
|
|
2007-07-04 18:21:55 +02:00
|
|
|
.include <bsd.port.mk>
|