2020-03-12 19:22:54 +01:00
|
|
|
# $NetBSD: Makefile,v 1.31 2020/03/12 18:22:55 wiz Exp $
|
2002-05-10 08:27:22 +02:00
|
|
|
|
2016-11-06 20:27:16 +01:00
|
|
|
PKGNAME= w3m-img-${W3M_PKGVERS}
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT= Multilingualized version of w3m with inline image support
|
2002-05-10 08:27:22 +02:00
|
|
|
|
|
|
|
CONFLICTS+= w3m-[0-9]*
|
|
|
|
|
2004-04-18 14:08:42 +02:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../www/w3m/patches
|
2016-11-06 20:27:16 +01:00
|
|
|
PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST ${.CURDIR}/PLIST
|
2002-05-10 08:27:22 +02:00
|
|
|
|
2006-06-11 16:48:29 +02:00
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
|
2004-04-18 14:08:42 +02:00
|
|
|
# Enable image support.
|
|
|
|
_W3M_USE_IMAGE= YES
|
|
|
|
|
2002-05-10 08:27:22 +02:00
|
|
|
.include "../../www/w3m/Makefile.common"
|