diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-22 12:25:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-22 12:25:44 +0000 |
commit | a4bf123afec3fbe5349ec996dedd2a5fe89f4eff (patch) | |
tree | 091e81c6dedc8dde191d7b72ba4f147472c5b6dd /games/pysol-music | |
parent | 48b84bde850fbf2b823814415808d1ca61ac92be (diff) | |
download | ports-a4bf123afec3fbe5349ec996dedd2a5fe89f4eff.tar.gz ports-a4bf123afec3fbe5349ec996dedd2a5fe89f4eff.zip |
Notes
Diffstat (limited to 'games/pysol-music')
-rw-r--r-- | games/pysol-music/Makefile | 25 | ||||
-rw-r--r-- | games/pysol-music/distinfo | 1 | ||||
-rw-r--r-- | games/pysol-music/pkg-comment | 1 | ||||
-rw-r--r-- | games/pysol-music/pkg-descr | 12 | ||||
-rw-r--r-- | games/pysol-music/pkg-plist | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/games/pysol-music/Makefile b/games/pysol-music/Makefile new file mode 100644 index 000000000000..ddf62de7eee9 --- /dev/null +++ b/games/pysol-music/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: PySol-Music +# Date created: 18 Sep 2000 +# Whom: Thomas Gellekum <tg@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pysol-music +PORTVERSION= 4.40 +CATEGORIES= games +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ +MASTER_SITE_SUBDIR= pysol + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol + +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/pysol + (cd ${WRKSRC}/data; tar cf - *) | \ + (cd ${PREFIX}/share/pysol; tar xf -) + +.include <bsd.port.mk> diff --git a/games/pysol-music/distinfo b/games/pysol-music/distinfo new file mode 100644 index 000000000000..7af03372a79f --- /dev/null +++ b/games/pysol-music/distinfo @@ -0,0 +1 @@ +MD5 (pysol-music-4.40.tar.gz) = 3952d36f4011caf307ceb215104e6333 diff --git a/games/pysol-music/pkg-comment b/games/pysol-music/pkg-comment new file mode 100644 index 000000000000..df722df40ce7 --- /dev/null +++ b/games/pysol-music/pkg-comment @@ -0,0 +1 @@ +Collection of background music for use with PySol diff --git a/games/pysol-music/pkg-descr b/games/pysol-music/pkg-descr new file mode 100644 index 000000000000..d63227fa5a1d --- /dev/null +++ b/games/pysol-music/pkg-descr @@ -0,0 +1,12 @@ +What is PySol-Music ? +====================== + +A collection of additional background music adapted for use with PySol. +I'm distributing this as its own package because I want to +keep the main distribution reasonable small. + +PySol-Music should work with any PySol version >= 4.30. + +PySol-Music is distributed under the terms of the GNU General +Public License (GPL). The file COPYRIGHT in the data/music +directory contains additional information about the original authors. diff --git a/games/pysol-music/pkg-plist b/games/pysol-music/pkg-plist new file mode 100644 index 000000000000..61fda394374e --- /dev/null +++ b/games/pysol-music/pkg-plist @@ -0,0 +1,8 @@ +share/pysol/music/Astral_Dreams.COPYRIGHT +share/pysol/music/Astral_Dreams.it +share/pysol/music/Past_and_Future.COPYRIGHT +share/pysol/music/Past_and_Future.it +share/pysol/music/Subsequential.COPYRIGHT +share/pysol/music/Subsequential.mod +@unexec rmdir %D/share/pysol/music 2>/dev/null || true +@unexec rmdir %D/share/pysol 2>/dev/null || true |