1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/nvi-m17n/Makefile
Satoshi Asami 4210f39df8 Attempt to import 8 ports at once. I sure hope this will work.
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty
much skeletons (even more so than regular ports) that use most files
from editors/nvi and support for a particular encoding scheme.

These ports were submitted by the author of multilingual nvi patches.
Closes PR ports/2824.

Submitted by:	Jun-ichiro Itoh <itojun@csl.sony.co.jp>
1997-03-06 08:38:46 +00:00

34 lines
968 B
Makefile

# New ports collection makefile for: nvi-1.79 + multilingual patch(none)
# Version required: 1.79
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= nvi-1.79
PKGNAME= nvi-m17n-1.79-970306
CATEGORIES= japanese editors
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/4bsd/\
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-970306.diff.gz
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
MAINTAINER= itojun@itojun.org
#LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\"'
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
post-install:
@${CP} ${WRKSRC}/../docs.m17n/README.english \
${PREFIX}/share/vi/
@${CP} ${WRKSRC}/../docs.m17n/README.japanese \
${PREFIX}/share/vi/
.include <bsd.port.mk>