Add new port games/opensfx:
OpenSFX is free alternative sounds for OpenTTD game engine. WWW: http://dev.openttdcoop.org/projects/opensfx PR: ports/151916 Submitted by: Ilya A. Arhipov <admin at gorodkirov.ru>
This commit is contained in:
parent
0373c2b654
commit
3a01694ec2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264091
29
games/opensfx/Makefile
Normal file
29
games/opensfx/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: opensfx
|
||||
# Date created: 2010-11-04
|
||||
# Whom: Ilya A. Arhipov
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= opensfx
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/extra/opensfx/${PORTVERSION}/ \
|
||||
http://gb.binaries.openttd.org/binaries/extra/opensfx/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
||||
|
||||
MAINTAINER= micro@heavennet.ru
|
||||
COMMENT= Free alternative sounds for OpenTTD game engine
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKDIR}/opensfx-${PORTVERSION} -type f -name "*.txt" -exec ${MV} {} {}-sfx \;
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/openttd/data
|
||||
${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \
|
||||
${PREFIX}/share/openttd/data
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/opensfx/distinfo
Normal file
2
games/opensfx/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (opensfx-0.2.3-all.zip) = 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02
|
||||
SIZE (opensfx-0.2.3-all.zip) = 11359588
|
3
games/opensfx/pkg-descr
Normal file
3
games/opensfx/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OpenSFX is free alternative sounds for OpenTTD game engine.
|
||||
|
||||
WWW: http://dev.openttdcoop.org/projects/opensfx
|
7
games/opensfx/pkg-plist
Normal file
7
games/opensfx/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
share/openttd/data/changelog.txt-sfx
|
||||
share/openttd/data/license.txt-sfx
|
||||
share/openttd/data/opensfx.cat
|
||||
share/openttd/data/opensfx.obs
|
||||
share/openttd/data/readme.txt-sfx
|
||||
@dirrmtry share/openttd/data
|
||||
@dirrmtry share/openttd
|
Loading…
Reference in New Issue
Block a user