diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-10 11:38:10 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-10 11:38:10 +0000 |
commit | c8e7147e9a9ad1fbccf689df7d9ff499d869eaf5 (patch) | |
tree | 7a457e68460703189314823e6ccf22b6f12fe8dc /games/endgame-singularity-music | |
parent | fccf8335c0e49fa6d785456a337978cb0adaae49 (diff) |
Notes
Diffstat (limited to 'games/endgame-singularity-music')
-rw-r--r-- | games/endgame-singularity-music/Makefile | 23 | ||||
-rw-r--r-- | games/endgame-singularity-music/distinfo | 3 | ||||
-rw-r--r-- | games/endgame-singularity-music/pkg-descr | 7 | ||||
-rw-r--r-- | games/endgame-singularity-music/pkg-plist | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/games/endgame-singularity-music/Makefile b/games/endgame-singularity-music/Makefile new file mode 100644 index 000000000000..83ba8644aa6c --- /dev/null +++ b/games/endgame-singularity-music/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: endgame-singularity-music +# Date created: 10 August 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= endgame-singularity-music +PORTVERSION= 001 +CATEGORIES= games +MASTER_SITES= http://emhsoft.com/singularity/ CENKES + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Music pack for endgame-singularity + +NO_BUILD= yes +USE_ZIP= yes +DATADIR= ${PREFIX}/share/singularity + +do-install: + @cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/ + +.include <bsd.port.mk> diff --git a/games/endgame-singularity-music/distinfo b/games/endgame-singularity-music/distinfo new file mode 100644 index 000000000000..92acd86b2dff --- /dev/null +++ b/games/endgame-singularity-music/distinfo @@ -0,0 +1,3 @@ +MD5 (endgame-singularity-music-001.zip) = cd9ad7fc16464eb2aebfd01cb25d115c +SHA256 (endgame-singularity-music-001.zip) = f0d68beebac597252930fc458d19381b5806226f33b338e495f4af0b9407a8b6 +SIZE (endgame-singularity-music-001.zip) = 23997713 diff --git a/games/endgame-singularity-music/pkg-descr b/games/endgame-singularity-music/pkg-descr new file mode 100644 index 000000000000..9da86cee697d --- /dev/null +++ b/games/endgame-singularity-music/pkg-descr @@ -0,0 +1,7 @@ +Music tracks by Max McCracken written for endgame-singularity. They are +released under the same BY-SA 3.0 license as the Psycle source files +for the tracks, which can be found in the main Endgame: Singularity +distribution. + +WWW: http://emhsoft.com/singularity/ +Author: Max McCracken diff --git a/games/endgame-singularity-music/pkg-plist b/games/endgame-singularity-music/pkg-plist new file mode 100644 index 000000000000..dd2d52ca5358 --- /dev/null +++ b/games/endgame-singularity-music/pkg-plist @@ -0,0 +1,6 @@ +%%DATADIR%%/music/Advanced Simulacra.ogg +%%DATADIR%%/music/By-Product.ogg +%%DATADIR%%/music/Coherence.ogg +%%DATADIR%%/music/Media Threat.ogg +@dirrmtry %%DATADIR%%/music +@dirrmtry %%DATADIR%% |