summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-08 04:49:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-08 04:49:15 +0800
commit0b8d159324e9c7c59c76fca961ac1afa254402f9 (patch)
tree0758f678857df60ca8cd31a4952bf7d73d97ee2b /sysutils/brasero/Makefile
parent7977f40fb8683ed8b16e104c6e98aede993aa61f (diff)
downloadmarcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar.gz
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar.bz2
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar.lz
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar.xz
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.tar.zst
marcuscom-ports-0b8d159324e9c7c59c76fca961ac1afa254402f9.zip
- Add brasero (formally known as bonfire)
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/ Repocopied by: the ever so fast marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index 90bab8c08..9600ea3b6 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -3,19 +3,18 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/bonfire/Makefile,v 1.7 2006/06/29 05:21:12 marcus Exp $
+# $MCom$
-PORTNAME= bonfire
-PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTNAME= brasero
+PORTVERSION= 0.4.90
CATEGORIES= sysutils
-MASTER_SITES= http://perso.wanadoo.fr/bonfire/
+MASTER_SITES= SOURCEFORGE
+MASTER_SITE_SUBDIR= bonfire
MAINTAINER= gnome@FreeBSD.org
COMMENT= CD/DVD mastering tool for the GNOME desktop
-LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
- notify.2:${PORTSDIR}/devel/libnotify \
+LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify \
totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
@@ -24,14 +23,14 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_XLIB= yes
-USE_GNOME= gnomeprefix nautiluscdburner
+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"
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \
- ${WRKSRC}/src/Makefile.in
+MAN1= brasero.1
+GCONF_SCHEMAS= brasero.schemas
.include <bsd.port.mk>