diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-30 23:18:11 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-30 23:18:11 +0000 |
commit | d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5 (patch) | |
tree | 5ce325687a281b1f2657718beeb58f2129f5745e /audio/gnomeaudio2 | |
parent | 0f0cc117baba811e5610f8d1ad63cac5319e5871 (diff) | |
download | FreeBSD-ports-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.zip FreeBSD-ports-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.tar.gz |
That's GNOME's sound file.
Diffstat (limited to 'audio/gnomeaudio2')
-rw-r--r-- | audio/gnomeaudio2/Makefile | 22 | ||||
-rw-r--r-- | audio/gnomeaudio2/distinfo | 1 | ||||
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 12 | ||||
-rw-r--r-- | audio/gnomeaudio2/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gnomeaudio2/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gnomeaudio2/pkg-plist | 19 |
6 files changed, 58 insertions, 0 deletions
diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile new file mode 100644 index 0000000..9911c4b --- /dev/null +++ b/audio/gnomeaudio2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gnomeaudio +# Version required: 0.1 +# Date created: 29 Dec 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= gnome-audio-0.1 +PKGNAME= gnomeaudio-0.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= vanilla@FreeBSD.ORG + +USE_X_PREFIX= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/gnome-audio/sounds +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/audio/gnomeaudio2/distinfo b/audio/gnomeaudio2/distinfo new file mode 100644 index 0000000..2e270fa9 --- /dev/null +++ b/audio/gnomeaudio2/distinfo @@ -0,0 +1 @@ +MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919 diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa new file mode 100644 index 0000000..ee90087 --- /dev/null +++ b/audio/gnomeaudio2/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.orig Tue Dec 29 08:10:44 1998 ++++ Makefile Tue Dec 29 08:11:02 1998 +@@ -4,7 +4,7 @@ + + install: + for I in $(shell find . -name '*.wav'); do \ +- install -d $(prefix)/share/sounds/`dirname $$I`; \ +- install -m444 $$I $(prefix)/share/sounds/$$I; \ ++ install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \ ++ install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \ + done + diff --git a/audio/gnomeaudio2/pkg-comment b/audio/gnomeaudio2/pkg-comment new file mode 100644 index 0000000..987babcc --- /dev/null +++ b/audio/gnomeaudio2/pkg-comment @@ -0,0 +1 @@ +sound files for use with GNOME. diff --git a/audio/gnomeaudio2/pkg-descr b/audio/gnomeaudio2/pkg-descr new file mode 100644 index 0000000..a7572a0 --- /dev/null +++ b/audio/gnomeaudio2/pkg-descr @@ -0,0 +1,3 @@ +This module holds sound files for use with GNOME. Stick them in the +'sounds' directory here, or a subdirectory thereof - the whole tree will +be copied over into $(gnome_prefix)/share/gnome/sounds. diff --git a/audio/gnomeaudio2/pkg-plist b/audio/gnomeaudio2/pkg-plist new file mode 100644 index 0000000..949e951 --- /dev/null +++ b/audio/gnomeaudio2/pkg-plist @@ -0,0 +1,19 @@ +share/gnome/sounds/applause.wav +share/gnome/sounds/card_shuffle.wav +share/gnome/sounds/duck.wav +share/gnome/sounds/gnothello/flip-piece.wav +share/gnome/sounds/gnothello/gameover.wav +share/gnome/sounds/gtk-events/activate.wav +share/gnome/sounds/gtk-events/clicked.wav +share/gnome/sounds/gtk-events/toggled.wav +share/gnome/sounds/impact-streak.wav +share/gnome/sounds/panel/slide.wav +share/gnome/sounds/phone.wav +share/gnome/sounds/ricochet.wav +share/gnome/sounds/startup1.wav +share/gnome/sounds/startup2.wav +@dirrm share/gnome/sounds/gnothello +@dirrm share/gnome/sounds/gtk-events +@dirrm share/gnome/sounds/panel +@dirrm share/gnome/sounds +@dirrm share/gnome |