summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero3/Makefile
blob: f6a234f8fd814aff5139c8fbc8db5df53b459b92 (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
68
69
70
71
72
73
74
75
76
# New ports collection makefile for:    bonfire
# Date created:     2006-05-12
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/sysutils/brasero3/Makefile,v 1.13 2011/09/22 15:06:48 kwm Exp $

PORTNAME=   brasero
PORTVERSION=    3.2.0
CATEGORIES= sysutils audio multimedia gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    CD/DVD mastering tool for the GNOME desktop

LIB_DEPENDS=    notify.4:${PORTSDIR}/devel/libnotify \
        totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \
        canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
RUN_DEPENDS=    growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
        cdrdao:${PORTSDIR}/sysutils/cdrdao

CONFLICTS=  brasero-2.[0-9]*

LATEST_LINK=    brasero3
USE_GETTEXT=    yes
USE_XZ=     yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_XORG=   sm ice
USE_GNOME=  intlhack gnomeprefix gnomehack gnomedocutils gtk30 gconf2 \
        libxml2 desktopfileutils
USE_LDCONFIG=   yes
USE_GSTREAMER=  gconf core
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=no \
        --enable-introspection=yes
CPPFLAGS=   -I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1
LDFLAGS=    -L${LOCALBASE}/lib

MAN1=       brasero.1
GLIB_SCHEMAS=   org.gnome.brasero.gschema.xml

OPTIONS=    NAUTILUS "Enable Nautilus extension" on \
        LIBBURNIA "Enable libburnia plug-ins" off

PLIST_SUB=  FULL_VERSION=${PORTVERSION}

.include <bsd.port.options.mk>

.if defined(WITH_NAUTILUS)
USE_GNOME+= nautilus3
CONFIGURE_ARGS+=--enable-nautilus
PLIST_SUB+= NAUTILUS=""
.else
PLIST_SUB+= NAUTILUS="@comment "
CONFIGURE_ARGS+=--enable-nautilus=no
.endif

.if defined(WITH_LIBBURNIA)
LIB_DEPENDS+=   burn.4:${PORTSDIR}/devel/libburn \
            isofs.6:${PORTSDIR}/devel/libisofs
CONFIGURE_ARGS+=--enable-libburnia
PLIST_SUB+= LIBBURNIA=""
.else
PLIST_SUB+= LIBBURNIA="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
            ${WRKSRC}/libbrasero-burn/burn-process.c
    @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>