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/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
new file mode 100644
index 000000000..d85743f5f
--- /dev/null
+++ b/audio/sound-juicer/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: soundjuicer
+# Date created: 20 Jan 2004
+# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= sound-juicer
+PORTVERSION= 2.21.0
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Clean, mean and lean CD ripper for GNOME2
+
+LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
+ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
+ cdio.7:${PORTSDIR}/sysutils/libcdio \
+ tag.5:${PORTSDIR}/audio/taglib
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+INSTALLS_OMF= yes
+USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \
+ gnomedocutils
+USE_GSTREAMER= cdparanoia vorbis flac gconf good
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-ignore-missing-cd
+INSTALLS_ICONS= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= sound-juicer.1
+GCONF_SCHEMAS= sound-juicer.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>