diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-28 16:00:35 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-28 16:00:35 +0000 |
commit | e04a22e35d82abb5bfa58cdfbb1f84faadc9e2ef (patch) | |
tree | 0133957dccf15d3870ca74ab30932aeea363b36d /games/freeciv-sounds | |
parent | 12bc2397ac0ab7ca858285942b6ee0cf560af4ff (diff) | |
download | ports-e04a22e35d82abb5bfa58cdfbb1f84faadc9e2ef.tar.gz ports-e04a22e35d82abb5bfa58cdfbb1f84faadc9e2ef.zip |
Notes
Diffstat (limited to 'games/freeciv-sounds')
-rw-r--r-- | games/freeciv-sounds/Makefile | 24 | ||||
-rw-r--r-- | games/freeciv-sounds/distinfo | 3 | ||||
-rw-r--r-- | games/freeciv-sounds/pkg-descr | 3 | ||||
-rw-r--r-- | games/freeciv-sounds/pkg-plist | 19 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile new file mode 100644 index 000000000000..dfd37f164598 --- /dev/null +++ b/games/freeciv-sounds/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: freeciv-sounds +# Date created: 28 July 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= freeciv +PORTVERSION= 3 +CATEGORIES= games +MASTER_SITES= GENTOO/distfiles ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/ +PKGNAMESUFFIX= -sounds +DISTNAME= stdsounds${DISTVERSION} + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Freeciv standard sound set + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/data + +do-install: + @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/ + +.include <bsd.port.mk> diff --git a/games/freeciv-sounds/distinfo b/games/freeciv-sounds/distinfo new file mode 100644 index 000000000000..63e8ed095b08 --- /dev/null +++ b/games/freeciv-sounds/distinfo @@ -0,0 +1,3 @@ +MD5 (stdsounds3.tar.gz) = 77215914712f2f351092918f5e41e39e +SHA256 (stdsounds3.tar.gz) = a3cc2be93c006c3a9492349aa4552bf059e45efc94135f09241877c221ae1bfa +SIZE (stdsounds3.tar.gz) = 118278 diff --git a/games/freeciv-sounds/pkg-descr b/games/freeciv-sounds/pkg-descr new file mode 100644 index 000000000000..73c6c8f450cd --- /dev/null +++ b/games/freeciv-sounds/pkg-descr @@ -0,0 +1,3 @@ +Freeciv-sounds provides the standard sound set for Freeciv. + +WWW: http://freeciv.wikia.com/wiki/Sounds diff --git a/games/freeciv-sounds/pkg-plist b/games/freeciv-sounds/pkg-plist new file mode 100644 index 000000000000..ee701e1906ed --- /dev/null +++ b/games/freeciv-sounds/pkg-plist @@ -0,0 +1,19 @@ +%%DATADIR%%/stdsounds/LrgCan.ogg +%%DATADIR%%/stdsounds/LrgExpl.ogg +%%DATADIR%%/stdsounds/MedCan.ogg +%%DATADIR%%/stdsounds/MgBar1.ogg +%%DATADIR%%/stdsounds/MgBar2.ogg +%%DATADIR%%/stdsounds/MgHeavy.ogg +%%DATADIR%%/stdsounds/Mortar.ogg +%%DATADIR%%/stdsounds/SmlExpl.ogg +%%DATADIR%%/stdsounds/Splash.ogg +%%DATADIR%%/stdsounds/THover.ogg +%%DATADIR%%/stdsounds/Tread.ogg +%%DATADIR%%/stdsounds/foot3.ogg +%%DATADIR%%/stdsounds/inh2o.ogg +%%DATADIR%%/stdsounds/metbrk.ogg +%%DATADIR%%/stdsounds/wall01.ogg +%%DATADIR%%/stdsounds/woodbrk.ogg +%%DATADIR%%/stdsounds.soundspec +@dirrm %%DATADIR%%/stdsounds +@dirrmtry %%DATADIR%% |