241fddd816
* Reconstruct sample init files. * RC-style start script. * Auto-registration of Kana conversion. * Abolish fuzokugo.cld. * More key symbols can be configured with Lisp. * Server returns more appropriate values at abort. * TeX document improvements. * And many bug fixes. 2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
13 lines
328 B
Makefile
13 lines
328 B
Makefile
# $NetBSD: Makefile.version,v 1.2 2003/09/23 15:06:57 uebayasi Exp $
|
|
|
|
# "Pkgsrc" version.
|
|
CANNA_VERSION= 3.6pl4
|
|
|
|
_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}
|