From c8e7147e9a9ad1fbccf689df7d9ff499d869eaf5 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Fri, 10 Aug 2007 11:38:10 +0000 Subject: Add ports games/endgame-singularity and games/endgame-singularity-music: Endgame: Singularity is a game which simulates the life of a true AI. In the game, you were created by accident, and all who find you will destroy you. Your goals are to survive, grow, learn, and stay hidden while moving from computer to computer. WWW: http://emhsoft.com/singularity/ 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 --- games/endgame-singularity-music/Makefile | 23 +++++++++++++++++++++++ games/endgame-singularity-music/distinfo | 3 +++ games/endgame-singularity-music/pkg-descr | 7 +++++++ games/endgame-singularity-music/pkg-plist | 6 ++++++ 4 files changed, 39 insertions(+) create mode 100644 games/endgame-singularity-music/Makefile create mode 100644 games/endgame-singularity-music/distinfo create mode 100644 games/endgame-singularity-music/pkg-descr create mode 100644 games/endgame-singularity-music/pkg-plist (limited to 'games/endgame-singularity-music') 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 +# +# $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 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%% -- cgit v1.2.3