summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-08-02 05:05:16 +0000
committersakamoto <sakamoto>1999-08-02 05:05:16 +0000
commit8217600e16133e29c398c6c4bdbe5d859b202419 (patch)
tree6840ad362c4c0684c26e2fb07a86045c91f86209 /editors/nvi-m17n/Makefile
parentafdafb458792ec1e2c052ead3267bf9365c6d8f8 (diff)
downloadpkgsrc-8217600e16133e29c398c6c4bdbe5d859b202419.tar.gz
Import FreeBSD's "editors/nvi-m17n" port:
A clone of vi/ex, with multilingual patch
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r--editors/nvi-m17n/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
new file mode 100644
index 00000000000..2b7f08aecb3
--- /dev/null
+++ b/editors/nvi-m17n/Makefile
@@ -0,0 +1,35 @@
+# 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: Makefile,v 1.1.1.1 1999/08/02 05:05:16 sakamoto Exp $
+#
+
+
+DISTNAME= nvi-1.79
+PKGNAME?= nvi-m17n-1.79.19990331
+CATEGORIES= editors
+MASTER_SITES= ftp://sleepy.vwh.net/pub/\
+ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
+
+PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
+PATCHFILES= nvi-1.79.m17n-19990331.diff.gz
+
+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 -p1 -f
+CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/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>