diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
commit | 4210f39df86bf7b56f6087e8e5b5fd289e112024 (patch) | |
tree | f5dbc64ae27e0cb412a84015287253c4aba5a00e /chinese | |
parent | 8d8b8f04f28df517e7bbc7d09152261133cecae6 (diff) | |
download | ports-4210f39df86bf7b56f6087e8e5b5fd289e112024.tar.gz ports-4210f39df86bf7b56f6087e8e5b5fd289e112024.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/nvi-big5/Makefile | 26 | ||||
-rw-r--r-- | chinese/nvi-big5/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/Makefile | 26 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/pkg-comment | 1 |
4 files changed, 54 insertions, 0 deletions
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile new file mode 100644 index 000000000000..df4ec00bdc2a --- /dev/null +++ b/chinese/nvi-big5/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: nvi-1.79 + multilingual patch(big5) +# 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= cn-nvi-big5-1.79-970306 +CATEGORIES= chinese 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=big5 --program-prefix=n diff --git a/chinese/nvi-big5/pkg-comment b/chinese/nvi-big5/pkg-comment new file mode 100644 index 000000000000..1686c2c6cc86 --- /dev/null +++ b/chinese/nvi-big5/pkg-comment @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, default settings for big5. diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile new file mode 100644 index 000000000000..ce7701731365 --- /dev/null +++ b/chinese/nvi-euc-cn/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-cn) +# 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= cn-nvi-euccn-1.79-970306 +CATEGORIES= chinese 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=eucu-cn --program-prefix=n diff --git a/chinese/nvi-euc-cn/pkg-comment b/chinese/nvi-euc-cn/pkg-comment new file mode 100644 index 000000000000..517f5ecf5121 --- /dev/null +++ b/chinese/nvi-euc-cn/pkg-comment @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, default settings for euc-cn. |