blob: 271f0e03b5b84853995f10034024cc9e3c2b3f19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.2 1997/04/09 07:34:41 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-970408
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org
CONFIGURE_ARGS= --enable-multibyte=euc-tw --program-prefix=n
|