pkgsrc/sysutils/xfce4-thunar/options.mk
youri 2b1f85954e Update thunar to 1.8.1:
- drop gtk2 backend and libxfce4util dependency
- completely revised taskbar
- (optional) gobject-introspection support for thunarx
- other minor improvements...

https://andreldm.com/2018/06/06/thunar-1.8.0-release.html
2018-06-23 20:27:38 +00:00

20 lines
553 B
Makefile

# $NetBSD: options.mk,v 1.5 2018/06/23 20:27:38 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-thunar
PKG_SUPPORTED_OPTIONS= gvfs introspection
PKG_SUGGESTED_OPTIONS= gvfs introspection
PLIST_VARS+= introspection
.include "../../mk/bsd.options.mk"
# for trash support, and remote filesystems
.if !empty(PKG_OPTIONS:Mgvfs)
DEPENDS+= gvfs-[0-9]*:../../sysutils/gvfs
.endif
# for GObject introspection support in thunarx
.if !empty(PKG_OPTIONS:Mintrospection)
PLIST.introspection= yes
.include "../../devel/gobject-introspection/buildlink3.mk"
.endif