pkgsrc-wip/mu-cite/Makefile
Makoto Fujiwara 7f4dc8d042 -DISTNAME= mu-cite-201202272330
+DISTNAME=      mu-cite-201406091013
-------
 2014-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
  * mu-register.el (mu-cite-get-no-prefix-register-verbose-method):
    New function.
    (mu-cite-get-prefix-register-verbose-method): Work for it.

  * mu-cite.el (mu-cite-default-methods-alist):
    Add a new method `no-prefix-register-verbose'.
     (mu-cite-original): Register a name before generating top cite form.
     (fill-column-for-fill-cited-region): Don't use default-fill-column.
     (string-compare-from-top): Replace sref with aref.
2014-06-15 13:29:21 +00:00

32 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/06/15 13:29:21 makoto Exp $
DISTNAME= mu-cite-201406091013
CATEGORIES= mail
MASTER_SITES= http://www.jpl.org/elips/mu/snapshots/
MAINTAINER= packages@ki.nu
HOMEPAGE= http://emacs-21.ki.nu/application/mu-cite.html
COMMENT= Mail (MUA) companion to cite other's mail
LICENSE= gnu-gpl-v2
SUBST_CLASSES+= dest
SUBST_STAGE.dest= pre-build
SUBST_MESSAGE.dest= replacing for dest-dir
SUBST_SED.dest= -e 's|@@PREFIX@@|${DESTDIR}${PREFIX}|'
SUBST_FILES.dest+= Makefile
.include "../../editors/emacs/modules.mk"
DEPENDS+= flim-[0-9]*:../../devel/flim
DEPENDS+= bbdb-[0-9]*:../../misc/bbdb
MAKE_DIRS+= ${PREFIX}/share/doc/mu-cite
AUTO_MKDIRS= yes
do-build:
(cd ${WRKSRC} && ${MAKE})
post-install:
${INSTALL_DATA} ${WRKSRC}/README.en ${DESTDIR}${PREFIX}/share/doc/mu-cite
${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/mu-cite
.include "../../mk/bsd.pkg.mk"