summaryrefslogtreecommitdiff
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-aa17
-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, 67 deletions
diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile
deleted file mode 100644
index 0640b59f6b98..000000000000
--- a/audio/gnomeaudio2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: gnomeaudio
-# Version required: 1.0.0
-# Date created: 29 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.7 1999/03/27 10:35:54 vanilla Exp $
-#
-
-DISTNAME= gnome-audio-1.0.0
-PKGNAME= gnomeaudio-1.0.0
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= gnome-1.0/sources
-
-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 f503576c9f07..000000000000
--- a/audio/gnomeaudio2/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- sounds/Makefile.orig Wed Feb 24 22:19:09 1999
-+++ sounds/Makefile Sat Mar 6 15:20:39 1999
-@@ -6,10 +6,10 @@
-
- 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 987babcc2227..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