summaryrefslogtreecommitdiff
path: root/www/w3m-img/Makefile
blob: 3da0cf52a2a82a96993de368d36e126b3e3bdd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.19 2010/01/24 13:26:12 wiz Exp $
#

PKGNAME=	w3m-img-${W3M_VERS}
PKGREVISION=	4
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

USE_TOOLS+=	msgfmt

# Enable image support.
_W3M_USE_IMAGE=	YES

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