summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:11:25 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:11:25 +0800
commit0cd2c651b088c3227146e3426cf468828712f920 (patch)
tree7df6bd575cf2d3b9ac0c1f61d25e14f618d35651 /sysutils/brasero/Makefile
parente365f3d0ffed8cba043bcb09f21c8ec25b53d409 (diff)
downloadmarcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar.gz
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar.bz2
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar.lz
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar.xz
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.tar.zst
marcuscom-ports-0cd2c651b088c3227146e3426cf468828712f920.zip
chase libnotify
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15369 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile75
1 files changed, 75 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
new file mode 100644
index 000000000..430dc3a89
--- /dev/null
+++ b/sysutils/brasero/Makefile
@@ -0,0 +1,75 @@
+# 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.83 2010/11/15 21:53:38 kwm Exp $
+
+PORTNAME= brasero
+PORTVERSION= 2.32.1
+PORTREVISION= 1
+CATEGORIES= sysutils audio multimedia gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CD/DVD mastering tool for the GNOME desktop
+
+LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
+ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \
+ canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
+ cdrdao:${PORTSDIR}/sysutils/cdrdao
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_XORG= sm
+USE_GNOME= intlhack gnomeprefix gnomehack gnomedocutils
+GNOME_DESKTOP_VERSION=2
+USE_LDCONFIG= yes
+USE_GSTREAMER= gconf core
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc \
+ --enable-gtk3=no --enable-introspection=yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= brasero.1
+GLIB_SCHEMAS= org.gnome.brasero.gschema.xml
+
+OPTIONS= NAUTILUS "Enable Nautilus extension" on \
+ LIBBURNIA "Enable libburnia plug-ins" off
+
+PLIST_SUB= FULL_VERSION=${PORTVERSION}
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NAUTILUS)
+USE_GNOME+= nautilus2
+CONFIGURE_ARGS+=--enable-nautilus
+PLIST_SUB+= NAUTILUS=""
+.else
+PLIST_SUB+= NAUTILUS="@comment "
+CONFIGURE_ARGS+=--enable-nautilus=no
+.endif
+
+.if defined(WITH_LIBBURNIA)
+LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \
+ isofs.6:${PORTSDIR}/devel/libisofs
+CONFIGURE_ARGS+=--enable-libburnia
+PLIST_SUB+= LIBBURNIA=""
+.else
+PLIST_SUB+= LIBBURNIA="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/libbrasero-burn/burn-process.c
+ @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>