aboutsummaryrefslogblamecommitdiff
path: root/games/supertux/Makefile
blob: ad6902701aa71e5db4ce5be7580ff9264f201a16 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           

                        
                     
                 
                     
                                          
 
                                

                                                                            
                   
                           


                   
                                       
 

                           

                                                              
 
                      
# Created by: michael johnson <ahze@ahze.net>
# $FreeBSD$

PORTNAME=	supertux
PORTVERSION=	0.1.3
PORTREVISION=	9
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Super Tux is a side-scroller similar to Super Mario Brothers

USE_BZIP2=	yes
USE_SDL=	image mixer
USE_GL=		yes
USE_GMAKE=	yes
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>