1997-03-06 03:38:46 -05:00
|
|
|
# New ports collection makefile for: nvi-1.79 + multilingual patch(big5)
|
|
|
|
# Date created: 6 Mar 1997
|
|
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
|
|
#
|
1999-08-25 00:58:03 -04:00
|
|
|
# $FreeBSD$
|
1997-03-06 03:38:46 -05:00
|
|
|
#
|
|
|
|
|
2000-04-20 06:27:05 -04:00
|
|
|
CATEGORIES= chinese editors
|
2000-04-13 04:28:23 -04:00
|
|
|
PKGNAMESUFFIX= -big5
|
1998-02-17 08:12:05 -05:00
|
|
|
|
1998-11-30 22:06:49 -05:00
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
|
1997-03-06 03:38:46 -05:00
|
|
|
|
2003-11-20 22:09:45 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 12:24:13 -05:00
|
|
|
COMMENT= A clone of vi/ex, with multilingual patch, default settings for big5
|
1997-03-06 03:38:46 -05:00
|
|
|
|
1998-06-26 05:16:49 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n
|
2000-04-20 06:27:05 -04:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|