summaryrefslogblamecommitdiffstats
path: root/sysutils/brasero/Makefile
blob: 9332fbc86422137e4dce83b6283a895b733173d0 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                               
                                                          

           
                                                                                

                       
                     






                                                           
                                                      
                                                                         
                                                    













                                                                     
# New ports collection makefile for:    bonfire
# Date created:     2006-05-12
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/sysutils/bonfire/Makefile,v 1.4 2006/05/13 01:24:39 ahze Exp $

PORTNAME=   bonfire
PORTVERSION=    0.3.1
CATEGORIES= sysutils
MASTER_SITES=   http://perso.wanadoo.fr/bonfire/

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

LIB_DEPENDS=    hal.1:${PORTSDIR}/sysutils/hal \
        notify.1:${PORTSDIR}/devel/libnotify \
        totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
        gdl-1.0:${PORTSDIR}/x11-toolkits/gdl

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomeprefix nautiluscdburner
USE_GSTREAMER=  gconf core
CONFIGURE_ARGS= --disable-inotify

post-patch:
    @${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \
        ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>