summaryrefslogtreecommitdiff
path: root/inputmethod/canna/Makefile.version
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/canna/Makefile.version')
-rw-r--r--inputmethod/canna/Makefile.version13
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/canna/Makefile.version b/inputmethod/canna/Makefile.version
new file mode 100644
index 00000000000..825bf53091d
--- /dev/null
+++ b/inputmethod/canna/Makefile.version
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.version,v 1.1 2003/07/31 13:04:40 uebayasi Exp $
+
+# "Pkgsrc" version.
+CANNA_VERSION= 3.6pl3
+
+_CANNA_VERS= \
+ CANNA_USER=${CANNA_USER} \
+ CANNA_GROUP=${CANNA_GROUP} \
+ CANNA_SPOOL=${CANNA_SPOOL} \
+ CANNA_MODE=${CANNA_MODE} \
+ IMDICTDIR=${IMDICTDIR}
+MAKE_ENV+= ${_CANNA_VERS}
+PLIST_SUBST+= ${_CANNA_VERS}