summaryrefslogtreecommitdiff
path: root/inputmethod/tc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/tc/Makefile')
-rw-r--r--inputmethod/tc/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile
new file mode 100644
index 00000000000..223fae0a266
--- /dev/null
+++ b/inputmethod/tc/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/15 06:31:42 uebayasi Exp $
+#
+
+DISTNAME= tc-2.2.1
+CATEGORIES= japanese inputmethod
+MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
+COMMENT= T-Code driver for Emacs
+
+.include "../../mk/emacs.mk"
+
+.if ${EMACS_FLAVOR} == "emacs"
+.elif ${EMACS_FLAVOR} == "xemacs"
+CONFIGURE_ARGS+=--with-emacs=xemacs
+CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
+.endif
+
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+INFO_FILES= tc.info
+
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"