mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
262fe773b3
Suggested by: Aleksander Fafula <alex@fafula.com>
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# New ports collection makefile for: w3m-m17n
|
|
# Date Created: 11 January 2004
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -m17n-img
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= A pager/text-based WWW browser with m17n and inline image support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
M17N= yes
|
|
INLINE_IMAGE= yes
|
|
CONFLICTS= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-0.5.* w3m-m17n-0.5.* w3m-img-0.5.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|