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


                                        
                         
 

                                                                                 
                      
                      
                               

                   
                   
                               
 
                               


                                    
 

                    
             
                                                              



                                                                 

                     

                                                              
 
                      
PORTNAME=	pinball
PORTVERSION=	0.3.20201218
PORTREVISION=	1
CATEGORIES=	games

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Emilia Pinball is a free pinball game
WWW=		http://pinball.sourceforge.net/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libltdl.so:devel/libltdl

USE_GITHUB=	yes
GH_ACCOUNT=	adoptware

USES=		autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
		libtool:keepla pkgconfig sdl xorg # .la needed for plugin loading
USE_XORG=	ice sm
USE_GL=		gl glu
USE_SDL=	image mixer sdl
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-debug

CPPFLAGS+=	-DRZR_LIBSTATIC
SCOREDIR=	/var/games
PLIST_SUB=	SCOREDIR=${SCOREDIR}
#MAKE_JOBS_UNSAFE=yes

OPTIONS_DEFINE=	DOCS

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pinball/lib*.so*
.for table in professor tux
	(cd ${STAGEDIR}${SCOREDIR}/${PORTNAME}/${table} &&	\
	${MV} highscores highscores.sample)
.endfor

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>