mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
592 B
Makefile
24 lines
592 B
Makefile
# New ports collection makefile for: ja-w3m-image
|
|
# Date Created: 22 July 2001
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
PKGNAMESUFFIX= -img
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= A pager/text-based WWW browser with Japanese and inline image support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
JAPANESE= Yes
|
|
INLINE_IMAGE= yes
|
|
CONFLICTS= ja-w3m-0.5.* w3m-0.5.* w3m-m17n-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|