[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mail/wl とEmacs21



平松です。

mail/wl が Emacs20 用になっているので emacs.mk を使って Emacs21
にも対応させてみましたが、emacs.mk や変数の使い方はこれで合って
るでしょうか?

wl-2.8.1は Emacs20 で make install した時と、Emacs21 で make install
した時でインストールされるファイルが変わるので、PLISTを2種類作って

.if ${EMACS_VERSION} == "21.2"
PLIST_SRC=      ${PKGDIR}/PLIST.emacs21
.else
PLIST_SRC=      ${PKGDIR}/PLIST.emacs20
.endif

としているのが、Emacs21 向けの変更点です。

wl.tgz