summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:49:21 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:49:21 +0800
commit6659affcc0b39fa4fc0f15582690d2a63fdd8076 (patch)
tree07225a1ff5b1bd2ec3120e7c7bcee9ff59120246
parent6206fd21c806f2b04e26f771ab61e918dd0d2bd0 (diff)
downloadmarcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.gz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.bz2
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.lz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.xz
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.zst
marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6690 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--audio/gnome-audio/Makefile25
-rw-r--r--audio/gnome-audio/distinfo3
-rw-r--r--audio/gnome-audio/files/patch-Makefile19
-rw-r--r--audio/gnome-audio/pkg-descr1
-rw-r--r--audio/gnome-audio/pkg-plist18
5 files changed, 66 insertions, 0 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile
new file mode 100644
index 000000000..be7718846
--- /dev/null
+++ b/audio/gnome-audio/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnomeaudio2
+# Date created: 10 July 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-audio
+PORTVERSION= 2.0.0
+PORTREVISION= 1
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-audio/2.0
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Sound files for use with GNOME 2
+
+USE_BZIP2= yes
+USE_XLIB= yes
+NO_BUILD= yes
+USE_GNOME= gnomehack gnomeprefix gnomehier
+WRKSRC= ${WRKDIR}/${DISTNAME}/sounds
+
+.include <bsd.port.mk>
diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo
new file mode 100644
index 000000000..13f93a33f
--- /dev/null
+++ b/audio/gnome-audio/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f
+SHA256 (gnome-audio-2.0.0.tar.bz2) = b1587b720056f44c2c472f1157fa73b10a7ffe0fd2f68cf105b39b93bcf280f8
+SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319
diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile
new file mode 100644
index 000000000..f5556e24f
--- /dev/null
+++ b/audio/gnome-audio/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Feb 15 14:40:33 2001
++++ Makefile Mon Feb 26 19:24:22 2001
+@@ -1,3 +1 @@
+-prefix=$(shell gnome-config --prefix)
+-
+ LN_S=ln -sf
+@@ -14,4 +12,4 @@
+ for I in *.wav */*.wav ; do \
+- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \
+- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \
++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \
++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \
+ done
+@@ -19,3 +17,3 @@
+ install-default-links:
+- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav
+- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav
++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav
++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav
diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr
new file mode 100644
index 000000000..02b911e2d
--- /dev/null
+++ b/audio/gnome-audio/pkg-descr
@@ -0,0 +1 @@
+This module holds sound files for use with GNOME 2.
diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist
new file mode 100644
index 000000000..93609a8dc
--- /dev/null
+++ b/audio/gnome-audio/pkg-plist
@@ -0,0 +1,18 @@
+share/gnome/sounds/card_shuffle.wav
+share/gnome/sounds/email.wav
+share/gnome/sounds/error.wav
+share/gnome/sounds/generic.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/info.wav
+share/gnome/sounds/login.wav
+share/gnome/sounds/logout.wav
+share/gnome/sounds/panel/slide.wav
+share/gnome/sounds/phone.wav
+share/gnome/sounds/question.wav
+share/gnome/sounds/shutdown1.wav
+share/gnome/sounds/startup3.wav
+share/gnome/sounds/warning.wav
+@dirrm share/gnome/sounds/gtk-events
+@dirrm share/gnome/sounds/panel