diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-22 08:17:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-22 08:17:29 +0800 |
commit | a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62 (patch) | |
tree | 7d022b17f37d87e7746602510ce93beab862347f /sysutils | |
parent | b229d49c6342eff2fa45447dc1b3555a9e764b75 (diff) | |
download | marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar.gz marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar.bz2 marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar.lz marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar.xz marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.tar.zst marcuscom-ports-a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62.zip |
Add missing dependencies on cdrdao, cdrtools, and dvd+rw-tools. Also, add
optional support for libburnia.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12179 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 20 | ||||
-rw-r--r-- | sysutils/brasero/pkg-plist | 4 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 667b6d4be..28428ffa3 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.41 2009/03/14 17:22:13 marcus Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.42 2009/03/16 08:13:37 kwm Exp $ PORTNAME= brasero PORTVERSION= 2.26.0 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,6 +17,8 @@ COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser +RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ + cdrdao:${PORTSDIR}/sysutils/cdrdao USE_GETTEXT= yes USE_BZIP2= yes @@ -33,4 +36,17 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ MAN1= brasero.1 GCONF_SCHEMAS= brasero.schemas -.include <bsd.port.mk> +OPTIONS= LIBBURNIA "Enable libburnia plug-ins" off + +.include <bsd.port.pre.mk> + +.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 + +.include <bsd.port.post.mk> diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist index 00b198e74..b2536ed17 100644 --- a/sysutils/brasero/pkg-plist +++ b/sysutils/brasero/pkg-plist @@ -27,6 +27,10 @@ lib/brasero/plugins/libbrasero-genisoimage.la lib/brasero/plugins/libbrasero-genisoimage.so lib/brasero/plugins/libbrasero-growisofs.la lib/brasero/plugins/libbrasero-growisofs.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so lib/brasero/plugins/libbrasero-local-track.la lib/brasero/plugins/libbrasero-local-track.so lib/brasero/plugins/libbrasero-mkisofs.la |