summaryrefslogtreecommitdiffstats
path: root/audio/gnomeaudio
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-30 23:18:11 +0000
committervanilla <vanilla@FreeBSD.org>1998-12-30 23:18:11 +0000
commitd44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5 (patch)
tree5ce325687a281b1f2657718beeb58f2129f5745e /audio/gnomeaudio
parent0f0cc117baba811e5610f8d1ad63cac5319e5871 (diff)
downloadFreeBSD-ports-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.zip
FreeBSD-ports-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.tar.gz
That's GNOME's sound file.
Diffstat (limited to 'audio/gnomeaudio')
-rw-r--r--audio/gnomeaudio/Makefile22
-rw-r--r--audio/gnomeaudio/distinfo1
-rw-r--r--audio/gnomeaudio/files/patch-aa12
-rw-r--r--audio/gnomeaudio/pkg-comment1
-rw-r--r--audio/gnomeaudio/pkg-descr3
-rw-r--r--audio/gnomeaudio/pkg-plist19
6 files changed, 58 insertions, 0 deletions
diff --git a/audio/gnomeaudio/Makefile b/audio/gnomeaudio/Makefile
new file mode 100644
index 0000000..9911c4b
--- /dev/null
+++ b/audio/gnomeaudio/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/gnomeaudio/distinfo b/audio/gnomeaudio/distinfo
new file mode 100644
index 0000000..2e270fa9
--- /dev/null
+++ b/audio/gnomeaudio/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919
diff --git a/audio/gnomeaudio/files/patch-aa b/audio/gnomeaudio/files/patch-aa
new file mode 100644
index 0000000..ee90087
--- /dev/null
+++ b/audio/gnomeaudio/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/gnomeaudio/pkg-comment b/audio/gnomeaudio/pkg-comment
new file mode 100644
index 0000000..987babcc
--- /dev/null
+++ b/audio/gnomeaudio/pkg-comment
@@ -0,0 +1 @@
+sound files for use with GNOME.
diff --git a/audio/gnomeaudio/pkg-descr b/audio/gnomeaudio/pkg-descr
new file mode 100644
index 0000000..a7572a0
--- /dev/null
+++ b/audio/gnomeaudio/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/gnomeaudio/pkg-plist b/audio/gnomeaudio/pkg-plist
new file mode 100644
index 0000000..949e951
--- /dev/null
+++ b/audio/gnomeaudio/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
OpenPOWER on IntegriCloud