1997-03-06 09:38:46 +01:00
|
|
|
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-jp)
|
|
|
|
# Date created: 6 Mar 1997
|
|
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-03-06 09:38:46 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PKGNAMESUFFIX= -eucjp
|
1998-12-01 04:06:49 +01:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
|
1997-03-15 12:56:09 +01:00
|
|
|
|
1998-09-22 00:33:26 +02:00
|
|
|
LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna
|
1997-04-09 11:43:53 +02:00
|
|
|
|
1997-03-06 09:38:46 +01:00
|
|
|
CATEGORIES= japanese editors
|
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-jp
|
1997-03-06 09:38:46 +01:00
|
|
|
|
2004-04-10 19:26:55 +02:00
|
|
|
CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna
|
2001-04-15 20:46:24 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|