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


                       
                 
                     
                                                                        

                                              
                                 

                                                               

                                                  


                                                            
                   
                   
                   
 
           
                                                                    
                                                            
                                                                  

                      
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>

PORTNAME=	opensfx
PORTVERSION=	0.2.3
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	https://cdn.openttd.org/opensfx-releases/${PORTVERSION}/
DISTNAME=	${PORTNAME}-${PORTVERSION}-all

MAINTAINER=	rum1cro@yandex.ru
COMMENT=	Free alternative sounds for OpenTTD game engine

LICENSE=	CC-Sampling+-1.0
LICENSE_NAME=	Creative Commons Sampling Plus 1.0
LICENSE_FILE=	${WRKDIR}/opensfx-${PORTVERSION}/license.txt
LICENSE_PERMS=	auto-accept

USES=		zip
NO_BUILD=	yes
NO_ARCH=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
	${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
		${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx

.include <bsd.port.mk>