mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3c32b3acf5
- Add LICENSE - Use space in pkg descr WWW line PR: ports/183886, ports/183887, ports/183890 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
31 lines
931 B
Makefile
31 lines
931 B
Makefile
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opensfx
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
|
COMMENT= Free alternative sounds for OpenTTD game engine
|
|
|
|
LICENSE= CCPL
|
|
LICENSE_NAME= Creative Commons Public License
|
|
LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt
|
|
LICENSE_PERMS= auto-accept
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
LATEST_LINK= openttd-${PORTNAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
|
|
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
|
|
${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
|
|
|
|
.include <bsd.port.mk>
|