a22e507cfb
reported in CVE-2010-2074.
18 lines
463 B
Makefile
18 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.20 2010/07/01 18:50:15 tron Exp $
|
|
|
|
PKGNAME= w3m-img-${W3M_VERS}
|
|
PKGREVISION= 5
|
|
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"
|