summaryrefslogtreecommitdiff
path: root/audio/gnomeaudio2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnomeaudio2/Makefile')
-rw-r--r--audio/gnomeaudio2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile
deleted file mode 100644
index 7997f994fdad..000000000000
--- a/audio/gnomeaudio2/Makefile
+++ /dev/null
@@ -1,25 +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
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOMELIBS= yes
-NO_BUILD= yes
-
-post-extract:
- @${RM} -fr ${WRKSRC}/sounds/sounds
-
-.include <bsd.port.mk>