1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/supertux/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

26 lines
494 B
Makefile

# 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>