blob: 480d298f918f0e67fef10793dc9fb2b3bf97b24d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-kr)
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -euckr
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
CATEGORIES= korean editors
MAINTAINER= ports@freebsd.org
COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-kr
CONFIGURE_ARGS= --enable-multibyte=euc-kr --program-prefix=n
.include "${MASTERDIR}/Makefile"
|