diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 08:38:46 +0000 |
commit | 4210f39df86bf7b56f6087e8e5b5fd289e112024 (patch) | |
tree | f5dbc64ae27e0cb412a84015287253c4aba5a00e /editors/nvi-perl/Makefile | |
parent | 8d8b8f04f28df517e7bbc7d09152261133cecae6 (diff) |
Notes
Diffstat (limited to 'editors/nvi-perl/Makefile')
-rw-r--r-- | editors/nvi-perl/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile new file mode 100644 index 000000000000..01f4c2eec876 --- /dev/null +++ b/editors/nvi-perl/Makefile @@ -0,0 +1,33 @@ +# 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> |