blob: 2a9eb90b88241e7fbcfa57ffe78847e2f065cd68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= 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
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx
.include <bsd.port.mk>
|