freebsd-ports/audio/sound-juicer/Makefile
Joe Marcus Clarke 3bb93beea6 Add a missing dependency on gnomemedia2.
Reported by:	pointyhat via kris
2005-02-09 07:03:35 +00:00

39 lines
983 B
Makefile

# New ports collection makefile for: soundjuicer
# Date created: 20 Jan 2004
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sound-juicer
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= http://www.burtonini.com/computing/
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/gnomemedia2
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-ignore-missing-cd
GCONF_SCHEMAS= sound-juicer.schemas
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "You must have gstreamer-plugins built with Cdparanoia support!"
@${ECHO_MSG}
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>