pkgsrc/net/unison/options.mk
gdt acd22e9ce3 net/unison*: Rename unison2.51 to unison
During the 2.51 branch, upstream decided that unison will have
backwards compatibility, so that there is no longer any reason to run
old versions.  With 2.52, not only can it interop with 2.51 (and
2.48!), but it does not need to have matching ocaml version when
interoperating with other 2.52.x or newer.  Thus, unison will now have
a single version in pkgsrc, and this is expected to continue.
2022-03-13 15:07:13 +00:00

17 lines
441 B
Makefile

# $NetBSD: options.mk,v 1.6 2022/03/13 15:07:13 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.unison
PKG_SUPPORTED_OPTIONS= lablgtk
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlablgtk)
MAKE_FLAGS+= UISTYLE=gtk2
DEPENDS+= font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
.include "../../x11/ocaml-lablgtk/buildlink3.mk"
.else
MAKE_FLAGS+= UISTYLE=text
.endif