diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-04 19:17:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-04 19:17:48 +0000 |
commit | 3a01694ec20a4442c470e57354d1a8734792709c (patch) | |
tree | 7dd9352daa07269ccc97bc6f07462c0778e183eb /games/opensfx | |
parent | 0373c2b6547206760bd15041ccd62edc7b538e87 (diff) | |
download | ports-3a01694ec20a4442c470e57354d1a8734792709c.tar.gz ports-3a01694ec20a4442c470e57354d1a8734792709c.zip |
Notes
Diffstat (limited to 'games/opensfx')
-rw-r--r-- | games/opensfx/Makefile | 29 | ||||
-rw-r--r-- | games/opensfx/distinfo | 2 | ||||
-rw-r--r-- | games/opensfx/pkg-descr | 3 | ||||
-rw-r--r-- | games/opensfx/pkg-plist | 7 |
4 files changed, 41 insertions, 0 deletions
diff --git a/games/opensfx/Makefile b/games/opensfx/Makefile new file mode 100644 index 000000000000..44dee3330891 --- /dev/null +++ b/games/opensfx/Makefile @@ -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> diff --git a/games/opensfx/distinfo b/games/opensfx/distinfo new file mode 100644 index 000000000000..ecdd27f71592 --- /dev/null +++ b/games/opensfx/distinfo @@ -0,0 +1,2 @@ +SHA256 (opensfx-0.2.3-all.zip) = 6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02 +SIZE (opensfx-0.2.3-all.zip) = 11359588 diff --git a/games/opensfx/pkg-descr b/games/opensfx/pkg-descr new file mode 100644 index 000000000000..8bc928dc21dd --- /dev/null +++ b/games/opensfx/pkg-descr @@ -0,0 +1,3 @@ +OpenSFX is free alternative sounds for OpenTTD game engine. + +WWW: http://dev.openttdcoop.org/projects/opensfx diff --git a/games/opensfx/pkg-plist b/games/opensfx/pkg-plist new file mode 100644 index 000000000000..b76cf71feb4a --- /dev/null +++ b/games/opensfx/pkg-plist @@ -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 |