summaryrefslogtreecommitdiff
path: root/inputmethod/prime-el/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-03-02 02:51:51 +0000
committerobache <obache@pkgsrc.org>2008-03-02 02:51:51 +0000
commit35652539246f1912166b131db587e6c94da0734c (patch)
tree78d4cf7ff6987e09c40d79e8e80252570ed87d27 /inputmethod/prime-el/Makefile
parent453ea3cf50667e2d4b28a8eddfb8a0e392e16084 (diff)
downloadpkgsrc-35652539246f1912166b131db587e6c94da0734c.tar.gz
Import prime-el version 1.5.1.3.
PRIME is Japanese PRedictive Input Method Editor. PRIME predicts the user's input using knowledge of natural languages and the user's previous input to reduce the difficulty of typing. For example, when the user types "ap", intending "application", PRIME might suggest "apple", "application", and "appointment." The user then easily selects "application." Currently, PRIME only supports Japanese. This package contains an emacs client of PRIME.
Diffstat (limited to 'inputmethod/prime-el/Makefile')
-rw-r--r--inputmethod/prime-el/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/inputmethod/prime-el/Makefile b/inputmethod/prime-el/Makefile
new file mode 100644
index 00000000000..7782a773d7f
--- /dev/null
+++ b/inputmethod/prime-el/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:51:51 obache Exp $
+#
+
+DISTNAME= prime-el-1.5.1.3
+PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+CATEGORIES= inputmethod
+MASTER_SITES= http://prime.sourceforge.jp/src/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://taiyaki.org/prime/emacs/
+COMMENT= PRIME client for emacsen
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= ${EMACS_PKGNAME_PREFIX}suikyo-elisp-[0-9]*:../../textproc/suikyo-elisp
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+CONFIGURE_ARGS+= --with-emacs-sitelispdir=${EMACS_LISPPREFIX}
+CONFIGURE_ARGS+= --with-prime-configdir=${PKG_SYSCONFDIR}
+
+PKG_SYSCONFSUBDIR= prime
+
+CONF_FILES+= ${PREFIX}/share/doc/prime/examples/Custom_prime-el.el \
+ ${PKG_SYSCONFDIR}/Custom_prime-el.el
+
+.include "../../devel/apel/buildlink3.mk"
+.include "../../devel/mell/buildlink3.mk"
+.include "../../inputmethod/prime/buildlink3.mk"
+.include "../../mk/emacs.mk"
+.include "../../mk/bsd.pkg.mk"