diff options
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 22 | ||||
-rw-r--r-- | chinese/nvi-euc-tw/pkg-comment | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile new file mode 100644 index 000000000000..ed5d6e4f4ce1 --- /dev/null +++ b/chinese/nvi-euc-tw/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw) +# Version required: 1.79 +# Date created: 5 Apr 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $ +# + +# can't use PORTSDIR here, since we haven't included bsd.port.mk +FILESDIR= ${.CURDIR}/../../editors/nvi/files +PATCHDIR= ${.CURDIR}/../../editors/nvi/patches +PKGDIR= ${.CURDIR}/../../editors/nvi/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT + +.include <${.CURDIR}/../../editors/nvi/Makefile> + +PKGNAME= cn-nvi-euctw-1.79-970403-1000 +CATEGORIES= chinese editors + +MAINTAINER= itojun@itojun.org + +CONFIGURE_ARGS= --enable-multibyte=euc-tw --program-prefix=n diff --git a/chinese/nvi-euc-tw/pkg-comment b/chinese/nvi-euc-tw/pkg-comment new file mode 100644 index 000000000000..b15eaeb2c415 --- /dev/null +++ b/chinese/nvi-euc-tw/pkg-comment @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, default settings for euc-tw. |