diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-01 20:47:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-01 20:47:54 +0800 |
commit | b1c41ddb9a502e09f45b1a78be89e56e28926429 (patch) | |
tree | 2ea909406a224e40de054038537aa290bd1cdd14 /audio/sound-juicer/Makefile | |
parent | d91d4f223104fc65d1819e7c5a1fcde78306e0a5 (diff) | |
download | marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar.gz marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar.bz2 marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar.lz marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar.xz marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.tar.zst marcuscom-ports-b1c41ddb9a502e09f45b1a78be89e56e28926429.zip |
Update to 2.28.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13942 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile new file mode 100644 index 000000000..fc967ee52 --- /dev/null +++ b/audio/sound-juicer/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: soundjuicer +# Date created: 20 Jan 2004 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= sound-juicer +PORTVERSION= 2.28.2 +CATEGORIES= audio gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Clean, mean and lean CD ripper for GNOME2 + +LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ + musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ + gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ + cdio.12:${PORTSDIR}/sysutils/libcdio \ + tag.1:${PORTSDIR}/audio/taglib \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + brasero-media.2:${PORTSDIR}/sysutils/brasero + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack intlhack gnomeprefix gconf2 libglade2 gnomedocutils +USE_GSTREAMER= cdparanoia vorbis flac gconf good gio +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 + @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure + +post-install: + @-update-desktop-database + +.include <bsd.port.mk> |