6377fd18fd
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.
10 lines
269 B
Makefile
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
|