diff options
Diffstat (limited to 'korean/nvi-euc-kr/Makefile')
-rw-r--r-- | korean/nvi-euc-kr/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/korean/nvi-euc-kr/Makefile b/korean/nvi-euc-kr/Makefile new file mode 100644 index 000000000000..b4a8c21a1125 --- /dev/null +++ b/korean/nvi-euc-kr/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-kr) +# 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= kr-nvi-euckr-1.79-970306 +CATEGORIES= korean 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=euc-kr --program-prefix=n |