summaryrefslogtreecommitdiffstats
path: root/audio/sound-juicer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r--audio/sound-juicer/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
deleted file mode 100644
index 59a80beb5..000000000
--- a/audio/sound-juicer/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: soundjuicer
-# Date created: 20 Jan 2004
-# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sound-juicer
-PORTVERSION= 0.5.10.1
-PORTREVISION= 5
-CATEGORIES= audio gnome
-MASTER_SITES= http://www.burtonini.com/computing/
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= Clean, mean and lean CD ripper for GNOME2
-
-LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins
-USE_LIBTOOL_VER=13
-CONFIGURE_ARGS= --enable-ignore-missing-cd
-
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "You must have gstreamer-plugins built with Cdparanoia support!"
- @${ECHO_MSG}
-
-.include <bsd.port.mk>