a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
18 lines
438 B
Makefile
18 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/04/06 03:45:27 rodent Exp $
|
|
|
|
PKGNAME= w3m-img-${W3M_VERS}
|
|
PKGREVISION= 2
|
|
COMMENT= Multilingualized version of 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
|
|
|
|
.include "../../www/w3m/Makefile.common"
|