diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 07:05:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 07:05:26 +0000 |
commit | 579498a6cc3cb7599b9d5c85413ed781f123c868 (patch) | |
tree | 83664e4338972017e4f10f68cbaee433b8f020b1 /chinese | |
parent | (1) Add PKGDIR, the "-" between name and version is mandatory. (diff) |
Taiwanese version of nvi.
Notes
Notes:
svn path=/head/; revision=6161
Diffstat (limited to 'chinese')
-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. |