blob: 5f2f2befd79264098d3f0880e8d6821a155c5467 (
plain) (
blame)
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(big5)
# Version required: 1.79
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.8 1998/02/17 13:11:38 itojun 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
PKGNAME= zh-nvi-big5-1.79.19970820
.include <${.CURDIR}/../../editors/nvi-m17n/Makefile>
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org
CONFIGURE_ARGS= --enable-multibyte=big5 --program-prefix=n
|