2016-03-05 12:27:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.28 2016/03/05 11:29:40 jperkin Exp $
|
2002-05-10 08:27:22 +02:00
|
|
|
|
2004-04-18 14:08:42 +02:00
|
|
|
PKGNAME= w3m-img-${W3M_VERS}
|
2016-03-05 12:27:40 +01:00
|
|
|
PKGREVISION= 6
|
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
|
2002-05-10 08:27:22 +02:00
|
|
|
PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST
|
|
|
|
|
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"
|