pkgsrc/misc/calibre/options.mk
rhialto 6377fd18fd misc/calibre: update major version, to 5.34.0.
Major change: now uses Python 3.
Other changes: too many to list; see the file Changelog.txt in the distfile.

New option: rar, to allow calibre to look inside rar archives.

Actually connecting an ebook-reader device is still untested, but might
work better with the libusb and libmtp extensions that are enabled since
version 4.23.0.
2022-01-20 19:03:07 +00:00

10 lines
269 B
Makefile

# $NetBSD: options.mk,v 1.1 2022/01/20 19:03:07 rhialto Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.calibre
PKG_SUPPORTED_OPTIONS= rar
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mrar)
DEPENDS+= ${PYPKGPREFIX}-unrardll-[0-9]*:../../archivers/py-unrardll
.endif