pkgsrc/www/w3m-img/Makefile
kei 6cac9bb090 splitted w3m package into w3m and w3m-img, which disables/enables inline
image support, respectively.

inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.

it's based on the diffs supplied by uebayashi.  This also addresses
pkg/16495.
2002-05-10 06:27:22 +00:00

14 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/05/10 06:29:39 kei Exp $
#
PKGNAME= w3m-img-${W3M_BASE_VERS}
COMMENT= multilingualized version of a pager/text-based browser w3m with inline image support
CONFLICTS+= w3m-[0-9]*
# enable image support
W3M_USE_IMAGE= YES
PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST
.include "../../www/w3m/Makefile.common"