e117eda090
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/12/28 23:18:18 reed 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
|
|
|
|
# Enable image support.
|
|
_W3M_USE_IMAGE= YES
|
|
|
|
.include "../../www/w3m/Makefile.common"
|