diff options
Diffstat (limited to 'sysutils/xfburn/Makefile')
-rw-r--r-- | sysutils/xfburn/Makefile | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index e1e69f4fdd20..18c7aa9c518f 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -1,38 +1,41 @@ PORTNAME= xfburn -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= sysutils MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= CD/DVD burning tool for Xfce -WWW= https://goodies.xfce.org/projects/applications/xfburn +WWW= https://docs.xfce.org/apps/xfburn/start LICENSE= GPLv2 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:textproc/docbook-xml \ + ${LOCALBASE}/share/xsl/docbook/html/refentry.xsl:textproc/docbook-xsl \ + itstool:textproc/itstool \ + xsltproc:textproc/libxslt LIB_DEPENDS= libburn.so:devel/libburn \ - libisofs.so:devel/libisofs \ - libharfbuzz.so:print/harfbuzz + libisofs.so:devel/libisofs RUN_DEPENDS= cdrdao:sysutils/cdrdao -USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ +USES= compiler:c11 desktop-file-utils gettext-tools gnome meson \ pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool +USE_GNOME= glib20 gtk30 USE_XFCE= libexo -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --disable-gudev +MESON_ARGS= -Dgudev=disabled -OPTIONS_DEFINE= GSTREAMER NLS -OPTIONS_DEFAULT= GSTREAMER -OPTIONS_SUB= yes +OPTIONS_DEFINE= GSTREAMER NLS +OPTIONS_DEFAULT= GSTREAMER +OPTIONS_SUB= yes GSTREAMER_USES= gstreamer -GSTREAMER_CONFIGURE_ENABLE= gstreamer -GSTREAMER_USE= gstreamer=faac,flac,lame,vorbis,wavpack +GSTREAMER_USE= GSTREAMER=faac,flac,lame,vorbis,wavpack +GSTREAMER_MESON_ENABLED= gstreamer -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |