summaryrefslogtreecommitdiff
path: root/www/w3m-img/Makefile
blob: abf419ccb35bc5865466fb9af8aae750f0834cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.6 2004/04/18 12:08:43 uebayasi Exp $
#

PKGNAME=	w3m-img-${W3M_VERS}
COMMENT=	Multilingualized version of a pager/text-based browser 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

# Enable image support.
_W3M_USE_IMAGE=	YES

.include "../../www/w3m/Makefile.common"