summaryrefslogtreecommitdiffstats
path: root/audio/sound-juicer/Makefile
blob: 3a09d1eeca5c4c0983494f6d17ef7961266e64cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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

USE_X_PREFIX=   yes
USE_GMAKE=  yes
INSTALLS_OMF=   yes
USE_REINPLACE=  yes
USE_GNOME=  gnomehack intlhack gnomeprefix libgnomeui
USE_GSTREAMER=  cdparanoia
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-ignore-missing-cd

GCONF_SCHEMAS=  sound-juicer.schemas

post-patch:
    @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>