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


                                 
                   
                               
                   
                                                


                                                        

                                        
 

                    
             

                                                                         

                      
PORTNAME=	orbital_eunuchs_sniper
PORTVERSION=	1.30
PORTREVISION=	9
CATEGORIES=	games
MASTER_SITES=	https://www.icculus.org/oes/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Overhead shooting game
WWW=		https://www.icculus.org/oes/

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		sdl
USE_SDL=	sdl image mixer
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-games-dir=${PREFIX}/share

PORTDOCS=	AUTHORS ChangeLog README TODO readme.txt

CPPFLAGS+=	`${SDL_CONFIG} --cflags`
LDFLAGS+=	`${SDL_CONFIG} --libs`

OPTIONS_DEFINE=	DOCS

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>