blob: bff67e53a1aee6dc54369624c9c8c3a6c2383c92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.25 2014/02/12 23:18:47 tron Exp $
PKGNAME= w3m-img-${W3M_VERS}
PKGREVISION= 3
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
USE_TOOLS+= msgfmt
# Enable image support.
_W3M_USE_IMAGE= YES
.include "../../www/w3m/Makefile.common"
|