aboutsummaryrefslogtreecommitdiff
path: root/audio/gnomeaudio2
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnomeaudio2')
-rw-r--r--audio/gnomeaudio2/Makefile29
-rw-r--r--audio/gnomeaudio2/distinfo1
-rw-r--r--audio/gnomeaudio2/files/patch-aa22
-rw-r--r--audio/gnomeaudio2/pkg-comment1
-rw-r--r--audio/gnomeaudio2/pkg-descr3
-rw-r--r--audio/gnomeaudio2/pkg-plist16
6 files changed, 0 insertions, 72 deletions
diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile
deleted file mode 100644
index 0232dfb10729..000000000000
--- a/audio/gnomeaudio2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: gnomeaudio
-# Date created: 29 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomeaudio
-PORTVERSION= 1.0.0
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-audio
-DISTNAME= gnome-audio-${PORTVERSION}
-
-MAINTAINER= vanilla@FreeBSD.org
-
-BUILD_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs
-RUN_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-NO_BUILD= yes
-
-INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install
-
-post-extract:
- @${RM} -fr ${WRKSRC}/sounds/sounds
-
-.include <bsd.port.mk>
diff --git a/audio/gnomeaudio2/distinfo b/audio/gnomeaudio2/distinfo
deleted file mode 100644
index b6a971e4403e..000000000000
--- a/audio/gnomeaudio2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa
deleted file mode 100644
index 905fd58df364..000000000000
--- a/audio/gnomeaudio2/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- sounds/Makefile.orig Wed Feb 24 14:19:09 1999
-+++ sounds/Makefile Mon Jul 12 11:24:27 1999
-@@ -1,15 +1,13 @@
--prefix=$(shell gnome-config --prefix)
--
- all:
-
- install: install-files install-default-links
-
- install-files:
- for I in $(shell find . -name '*.wav'); do \
-- install -d $(prefix)/share/sounds/`dirname $$I`; \
-- install -m444 $$I $(prefix)/share/sounds/$$I; \
-+ mkdir -p $(PREFIX)/share/gnome/sounds/`dirname $$I`; \
-+ ${INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \
- done
-
- install-default-links:
-- ln -sf startup3.wav $(prefix)/share/sounds/login.wav
-- ln -sf shutdown1.wav $(prefix)/share/sounds/logout.wav
-+ ln -sf startup3.wav $(PREFIX)/share/gnome/sounds/startup.wav
-+ ln -sf shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav
diff --git a/audio/gnomeaudio2/pkg-comment b/audio/gnomeaudio2/pkg-comment
deleted file mode 100644
index c061452c9b05..000000000000
--- a/audio/gnomeaudio2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Sound files for use with GNOME
diff --git a/audio/gnomeaudio2/pkg-descr b/audio/gnomeaudio2/pkg-descr
deleted file mode 100644
index a7572a0ecf46..000000000000
--- a/audio/gnomeaudio2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 806f9647d5cd..000000000000
--- a/audio/gnomeaudio2/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-share/gnome/sounds/card_shuffle.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/login.wav
-share/gnome/sounds/logout.wav
-share/gnome/sounds/panel/slide.wav
-share/gnome/sounds/phone.wav
-share/gnome/sounds/shutdown1.wav
-share/gnome/sounds/startup.wav
-share/gnome/sounds/startup1.wav
-share/gnome/sounds/startup2.wav
-share/gnome/sounds/startup3.wav
-@dirrm share/gnome/sounds/gtk-events
-@dirrm share/gnome/sounds/panel
-@dirrm share/gnome/sounds