mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# Created by: michael johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= supertux
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 13
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://github.com/SuperTux/downloads/raw/master/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Side-scroller game similar to Super Mario Brothers
|
|
|
|
USES= gl gmake sdl tar:bzip2
|
|
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>
|