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


                            
                  
                     
                                                                          
                                                  
 
                                  


                                           
                     
                  

                               


                                          
 


                               
                      
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=	shootingstar
PORTVERSION=	1.2.0
PORTREVISION=	12
CATEGORIES=	games
MASTER_SITES=	http://www.2ndpoint.fi/projektit.xml/shootingstar/files/ \
		http://mirror.amdmi3.ru/distfiles/

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	SDL/OpenGL top-down shooter

GNU_CONFIGURE=	yes
USES=		gmake
USE_GL=		gl
USE_SDL=	sdl mixer image

CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/${PORTNAME}
PORTDATA=	*

.include <bsd.port.mk>