summaryrefslogtreecommitdiff
path: root/japanese/elvis/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-18 11:18:59 +0000
commitb0fad5314cc57601f7649bf819a28004fe6f40e8 (patch)
tree719a5b0bf0d0223309049e045764b4b0ac373d8a /japanese/elvis/Makefile
parentBack out the two latest changes. The -current branch is now equal to (diff)
Japanese version of elvis. I was supposed to import this a long time
ago, and simply FORGOT. Shame on me. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
Notes
Notes: svn path=/head/; revision=2345
Diffstat (limited to 'japanese/elvis/Makefile')
-rw-r--r--japanese/elvis/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile
new file mode 100644
index 000000000000..d50202cca4f2
--- /dev/null
+++ b/japanese/elvis/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: elvis + japanese patch
+# Version required: 1.8 pl 4 + j 1.1
+# Date created: 5 October 1995
+# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= elv18src
+PKGNAME= jp-elvis-1.8.4
+CATEGORIES+= japanese
+MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/
+EXTRACT_SUFX= .tgz
+
+PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/jelvis/
+PATCHFILES= jelvis1.8p4-j1.1.tar.Z
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= sanpei@yy.cs.keio.ac.jp
+
+LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
+
+NO_WRKSUBDIR= yes
+
+post-patch:
+ cp ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
+
+post-install:
+ if [ ! -d ${PREFIX}/share/jp-elvis ]; then \
+ mkdir -p ${PREFIX}/share/jp-elvis; \
+ fi
+ cp ${WRKSRC}/README.j18 ${PREFIX}/share/jp-elvis
+
+.include <bsd.port.mk>