diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /games/supertux | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | ports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
Notes
Diffstat (limited to 'games/supertux')
-rw-r--r-- | games/supertux/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index e1891d6fabb8..343a7228a6a6 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -3,23 +3,22 @@ PORTNAME= supertux PORTVERSION= 0.1.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org -COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers +COMMENT= Side-scroller game similar to Super Mario Brothers +USES= gmake USE_BZIP2= yes USE_SDL= image mixer -USE_GL= yes -USE_GMAKE= yes +USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug PORTSCOUT= limit:^0\.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h |