13b9acb77f
the right terminal library. Bump the PKGREVISION of www/w3m and www/w3m-img to 2.
21 lines
540 B
Makefile
21 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/03/05 18:01:50 jlam Exp $
|
|
#
|
|
|
|
PKGNAME= w3m-img-${W3M_VERS}
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../www/w3m/Makefile.common"
|