blob: 925a8d9216cfd9a4a9758afc831694bb53aca74b (
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
24
25
|
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-jp)
# Version required: 1.79
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.10 1998/02/19 16:50:09 itojun 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
LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
PKGNAME= ja-nvi-eucjp-1.79.19970820
.include <${.CURDIR}/../../editors/nvi-m17n/Makefile>
CATEGORIES= japanese editors
MAINTAINER= itojun@itojun.org
CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna
|