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

                                             
                      

                                 
                                           
                               
                   
 

                                                      

                 
 

                    
             

                                                                                             

                     
                                       
                                                                 
 
                      
PORTNAME=	vor
PORTVERSION=	0.5.8
CATEGORIES=	games
MASTER_SITES=	https://jasonwoof.com/downloads/vor/ \
		http://mirror.amdmi3.ru/distfiles/

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Dodge the rocks until you die

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake pkgconfig sdl tar:tgz
USE_SDL=	mixer image sdl
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/${PORTNAME} \
		share/applications/${PORTNAME}.desktop
PORTDOCS=	*
PORTDATA=	*

OPTIONS_DEFINE=	DOCS

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications

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

.include <bsd.port.mk>