pkgsrc/devel/flim/Makefile
uebayasi 394cf2dae1 Update to 1.14.5 (Demachiyanagi).
Changes from 1.14.4:

	* smtp.el (smtp-send-buffer): Error if `smtp-server' is nil.
	* FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el.
	* FLIM-MK (install-flim): Avoid creating empty directory.
	* mime-parse.el (mime-parse-buffer): Require mmbuffer.
	* luna.el (luna-define-method): Clear method cache of child
	  classes.
	* mime-ja.texi (CVS): Escape @.
	* luna.el (luna-define-method): Fix the bug that method cache is
	  not cleard.
	* mime-en.texi (CVS): Fix Typo. (@ to @@).
	  mime-ja.texi (CVS): Ditto.
	* std11.el: Update Copyright header.
	* std11.el (std11-non-atom-regexp): New constant.
	  (std11-analyze-atom): New implementation to avoid error in current
	  XEmacs UTF-2000 [may be caused by a bug about regexp].
	* smtp.el (smtp-open-connection-function): Add doc.
	  (smtp-end-of-line): Doc fix.
	* smtp.el (smtp-end-of-line): New variable.
	  (smtp-read-response): Use it.
	  (smtp-send-command): Use it.
	  (smtp-send-data): Use it.
2003-01-11 15:20:28 +00:00

26 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/01/11 15:20:28 uebayasi Exp $
DISTNAME= flim-1.14.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://www.m17n.org/FLIM/
COMMENT= Emacs lisp library for message representation/encoding
DEPENDS+= apel>=9.22:../../devel/apel
.include "../../mk/emacs.mk"
.if ${EMACS_FLAVOR} == "emacs"
ALL_TARGET= elc
INSTALL_TARGET= install
#PLIST_SRC= ${PKGDIR}/PLIST.emacs
.else # ${EMACS_FLAVOR} == "xemacs"
ALL_TARGET= package
INSTALL_TARGET= install-package
#PLIST_SRC= ${PKGDIR}/PLIST.xemacs
MAKEFLAGS+= PACKAGEDIR=${EMACS_LISPPREX:C|/lisp$||}
.endif
.include "../../mk/bsd.pkg.mk"