summaryrefslogtreecommitdiffstats
path: root/audio/muine/Makefile
blob: 70b2aa029f06d5394f57b81b8ac4d3f92c7027fc (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# New ports collection makefile for:    muine
# Date created:             20040615
# Whom:             Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.7 2007-05-02 16:09:27 ahze Exp $
#

PORTNAME=   muine
PORTVERSION=    0.8.7
PORTREVISION=   2
CATEGORIES= audio gnome
MASTER_SITES=   http://muine-player.org/releases/

MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT=    Mono based Gnome audio player

LIB_DEPENDS=    FLAC.7:${PORTSDIR}/audio/flac \
        id3tag.0:${PORTSDIR}/audio/libid3tag \
        gdbm:${PORTSDIR}/databases/gdbm \
        vorbis.3:${PORTSDIR}/audio/libvorbis \
        musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
RUN_DEPENDS=    dbus-daemon:${PORTSDIR}/devel/dbus

USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack intltool libgnomeui gnomesharp20
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes

CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib" \
        GACUTIL_FLAGS="/package muine /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"

GCONF_SCHEMAS=  muine.schemas

OPTIONS=    XINE "Enable Xine backend" off \
        FAAD "Enable faad support" off

.include <bsd.port.pre.mk>
.if defined (WITH_FAAD)
LIB_DEPENDS+=   faad.0:${PORTSDIR}/audio/faad
.else
CONFIGURE_ARGS+=    --disable-faad2
.endif

.if defined (WITH_XINE)
CONFIGURE_ARGS+=    --enable-xine=yes
LIB_DEPENDS+=   xine.1:${PORTSDIR}/multimedia/libxine
.else
USE_GSTREAMER+= gconf
CONFIGURE_ARGS+=    --enable-gstreamer=0.10
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \
        ${WRKSRC}/data/Makefile.in
    @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \
        ${WRKSRC}/src/muine.exe.config.in

post-install:
    ${MKDIR} ${PREFIX}/lib/muine/plugins
.for _plugin in TrayIcon.dll
    ${INSTALL_DATA} ${WRKSRC}/plugins/${_plugin} ${PREFIX}/lib/muine/plugins
.endfor

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>