blob: ff8ef8b3a5c9d2a1094eafbb6ae13e4d1e261cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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: Makefile,v 1.12 1998/06/26 09:16:43 obrien Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
FILESDIR= ${.CURDIR}/../../editors/nvi-m17n/files
PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches
PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg
COMMENT= ${.CURDIR}/pkg/COMMENT
PKGNAME= zh-nvi-euccn-1.79.19981119
.include <${.CURDIR}/../../editors/nvi-m17n/Makefile>
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org
CONFIGURE_ARGS+= --enable-multibyte=euc-cn --program-prefix=n
|