2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2011/04/22 13:45:23 obache Exp $
|
2002-05-10 08:27:22 +02:00
|
|
|
|
2004-04-18 14:08:42 +02:00
|
|
|
PKGNAME= w3m-img-${W3M_VERS}
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 2
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= Multilingualized version of a pager/text-based browser 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"
|