summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
blob: 28428ffa36cbfb08ac573c707db283822b6a3318 (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
# New ports collection makefile for:    bonfire
# Date created:     2006-05-12
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/sysutils/brasero/Makefile,v 1.42 2009/03/16 08:13:37 kwm Exp $

PORTNAME=   brasero
PORTVERSION=    2.26.0
PORTREVISION=   1
CATEGORIES= sysutils audio multimedia gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

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

LIB_DEPENDS=    notify.1:${PORTSDIR}/devel/libnotify \
        totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser
RUN_DEPENDS=    growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
            cdrdao:${PORTSDIR}/sysutils/cdrdao

USE_GETTEXT=    yes
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_XORG=   sm
USE_GNOME=  intlhack gnomeprefix gnomehack nautilus2
USE_GSTREAMER=  gconf core
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       brasero.1
GCONF_SCHEMAS=  brasero.schemas

OPTIONS=    LIBBURNIA "Enable libburnia plug-ins" off

.include <bsd.port.pre.mk>

.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

.include <bsd.port.post.mk>