summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-01 03:14:58 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-01 03:14:58 +0000
commit6eef564441aaafbe7f79e85170214d2c6730bd74 (patch)
tree3f240cc7984da9abcf65dd421d87f29a344ae0e9 /editors/tamago-emacs21/Makefile
parentAdding jext version 2.7.0.6. (diff)
Adding tamago version 4.0.6.
A mltilingual input method for emacs - Egg v4. PR: 17236 Submitted by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=28211
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r--editors/tamago-emacs21/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
new file mode 100644
index 000000000000..5f6cc30c6c93
--- /dev/null
+++ b/editors/tamago-emacs21/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: tamago
+# Date created: 6 March 2000
+# Whom: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tamago
+PORTVERSION= 4.0.6
+CATEGORIES= editors elisp
+MASTER_SITES= ftp://ftp.m17n.org/pub/tamago/ \
+ ftp://ftp.kddlabs.co.jp/.6/Japan/m17n.org/tamago/
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
+RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+EMACS_VER= 20.6
+PLIST_SUB= EMACS_VER=${EMACS_VER}
+
+pre-configure:
+ @${PERL} -pi -e 's|emacs/site-lisp|emacs/${EMACS_VER}/site-lisp|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>