diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-01 06:52:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-01 06:52:26 +0800 |
commit | 9644cedf1284a9063e77217353b93d2331fdcb2e (patch) | |
tree | ba2304f317ba7b83fcdf8478c27b6af6cbe6d5f7 /sysutils/brasero3/Makefile | |
parent | 1f5328e33893159fc4c28a03c052e6d19a3631f0 (diff) | |
download | marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar.gz marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar.bz2 marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar.lz marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar.xz marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.tar.zst marcuscom-ports-9644cedf1284a9063e77217353b93d2331fdcb2e.zip |
Add brasero 2.91.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15136 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero3/Makefile')
-rw-r--r-- | sysutils/brasero3/Makefile | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile new file mode 100644 index 000000000..60b6dcb63 --- /dev/null +++ b/sysutils/brasero3/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.91.6 +CATEGORIES= sysutils audio multimedia gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= CD/DVD mastering tool for the GNOME desktop + +# unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ + 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 ice +USE_GNOME= intlhack gnomeprefix gnomehack gnomedocutils gtk30 gconf2 \ + libxml2 +GNOME_DESKTOP_VERSION=3 +USE_LDCONFIG= yes +USE_GSTREAMER= gconf core +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=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 \ +OPTIONS= 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> |