1997-03-06 08:38:46 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1997-03-06 11:48:00 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:44 asami Exp $
|
1997-03-06 08:38:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
|
|
|
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
|
|
|
# bsd.port.mk has been included in the above statement, so we don't need to
|
|
|
|
# include it again.
|
|
|
|
|
|
|
|
PKGNAME= cn-nvi-euccn-1.79-970306
|
|
|
|
CATEGORIES= chinese editors
|
|
|
|
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
|
|
|
|
#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
|
|
|
|
|
|
|
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
|
|
|
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
|
|
|
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
|
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
|
1997-03-06 11:48:00 +00:00
|
|
|
CONFIGURE_ARGS= --enable-multibyte=euc-cn --program-prefix=n
|