f25c9174a4
Debian's w3m 0.5.3+git20190105 * bug fixes - do not use deprecated features with OpenSSL 1.1 - fix dependency for Imlib2 - fix that the mark_all_pages option works - respect the simple_preserve_space option for table cells - fix error handling for ~/.w3m/request.log and localcgi_post() * new feature - w3mman supports specifying a section number during a keyword search
17 lines
440 B
Makefile
17 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.31 2020/03/12 18:22:55 wiz Exp $
|
|
|
|
PKGNAME= w3m-img-${W3M_PKGVERS}
|
|
COMMENT= Multilingualized version of w3m with inline image support
|
|
|
|
CONFLICTS+= w3m-[0-9]*
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/w3m/patches
|
|
PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST ${.CURDIR}/PLIST
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
# Enable image support.
|
|
_W3M_USE_IMAGE= YES
|
|
|
|
.include "../../www/w3m/Makefile.common"
|