mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4210f39df8
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp>
27 lines
796 B
Makefile
27 lines
796 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(iso-2022-jp)
|
|
# Version required: 1.79
|
|
# Date created: 6 Mar 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
|
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
|
# bsd.port.mk has been included in the above statement, so we don't need to
|
|
# include it again.
|
|
|
|
PKGNAME= jp-nvi-iso2022jp-1.79-970306
|
|
CATEGORIES= japanese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
|
|
|
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
|
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
|
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
CONFIGURE_ARGS= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna
|