summaryrefslogblamecommitdiffstats
path: root/sysutils/brasero/Makefile
blob: f7a7f04f77a140c8da62271b99bbbd59ea47be37 (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/brasero/Makefile,v 1.20 2007/11/01 16:39:10 ahze Exp $

PORTNAME=   brasero
PORTVERSION=    0.7.1
CATEGORIES= sysutils audio multimedia gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
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.10:${PORTSDIR}/multimedia/totem

USE_GETTEXT=    yes
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_XLIB=   yes
USE_GNOME=  gnomehier nautiluscdburner
USE_GSTREAMER=  gconf core
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-inotify \
        --with-cam
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       brasero.1
GCONF_SCHEMAS=  brasero.schemas

.include <bsd.port.mk>