aboutsummaryrefslogtreecommitdiff
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-06 07:03:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-06 07:03:18 +0000
commitbf787b0aa13f9eefdfe4062f71eb7810be5c97d9 (patch)
tree69230866d5c708d9be81e9749bde0f3213fe2fd6 /sysutils/brasero/Makefile
parent6ab4a94c49bd74a06f453a0b3aae90332174d55f (diff)
downloadports-bf787b0aa13f9eefdfe4062f71eb7810be5c97d9.tar.gz
ports-bf787b0aa13f9eefdfe4062f71eb7810be5c97d9.zip
Update to 0.7.1 with working SCSI CAM support. Thanks to mezz for testing
the works in progress.
Notes
Notes: svn path=/head/; revision=206782
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index a7a608eed663..6abd7c3a0e48 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -6,11 +6,11 @@
# $MCom: ports/sysutils/brasero/Makefile,v 1.18 2007/10/21 02:19:44 mezz Exp $
PORTNAME= brasero
-PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTVERSION= 0.7.1
CATEGORIES= sysutils audio multimedia gnome
-MASTER_SITES= SOURCEFORGE
-MASTER_SITE_SUBDIR= bonfire
+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
@@ -18,10 +18,6 @@ COMMENT= CD/DVD mastering tool for the GNOME desktop
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
totem-plparser.7:${PORTSDIR}/multimedia/totem
-IGNORE= does not build and broke in runtime if you fix the build anyway
-DEPRECATED= Lacking interest, need someone to update and port CAM in this port
-EXPIRATION_DATE=2008-03-01
-
USE_GETTEXT= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
@@ -30,7 +26,8 @@ USE_XLIB= yes
USE_GNOME= gnomehier nautiluscdburner
USE_GSTREAMER= gconf core
INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --disable-inotify
+CONFIGURE_ARGS= --disable-inotify \
+ --with-cam
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"