4a021a3071
CD/DVD mastering tool for the gnome desktop. It has been designed to be simple and easy to use. Features: Data CD/DVD: - supports edition of discs contents - can burn data CD/DVD on the fly - supports multisession - supports joliet extension - can write the image to the hard drive Audio CD: - write CD-TEXT information (automatically found thanks to gstreamer) - supports the edition of CD-TEXT information - can burn audio CD on the fly - can use all audio files handled by Gstreamer local installation - can search for audio files inside dropped folders CD/DVD copy: - can copy a CD/DVD to the hard drive - can copy DVD and CD on the fly - supports single-session data DVD - supports any kind of CD WWW: http://perso.wanadoo.fr/bonfire/ Approved by: portmgr (kris, marcus)
35 lines
900 B
Makefile
35 lines
900 B
Makefile
# 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.11 2006/09/08 00:44:18 ahze Exp $
|
|
|
|
PORTNAME= brasero
|
|
PORTVERSION= 0.4.90
|
|
CATEGORIES= sysutils audio multimedia gnome
|
|
MASTER_SITES= SOURCEFORGE
|
|
MASTER_SITE_SUBDIR= bonfire
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CD/DVD mastering tool for the GNOME desktop
|
|
|
|
LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify \
|
|
totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer
|
|
|
|
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
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= brasero.1
|
|
GCONF_SCHEMAS= brasero.schemas
|
|
|
|
.include <bsd.port.mk>
|