pkgsrc/misc/howm/Makefile
wiz d72a09d894 Update to 1.4.0, provided by ISIHARA Takanori in PR 47075.
1.3.9.2 to 1.4.0

INCOMPATIBLE update. If you need compatibility with 1.3.*, put
(setq howm-compatible-to-ver1dot3 t) before (require 'howm) in your
.emacs. See M-x customize-group RET howm-compatibility RET for
details.

Though howm-1.4.0 has a new menu file, your old menu file is not
updated automatically. Copy en/0000-00-00-000000.txt into howm/
directory if you like. Alternatively, you can cut and paste some
parts of it to your howm/0000-00-00-000000.txt by hand.

1.3.9.1 to 1.3.9.2

small bug fix.
2012-12-12 13:10:54 +00:00

32 lines
880 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/12/12 13:10:54 wiz Exp $
DISTNAME= howm-1.4.0
CATEGORIES= misc
MASTER_SITES= http://howm.sourceforge.jp/a/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://howm.sourceforge.jp/
COMMENT= Write fragmentarily and read collectively
LICENSE= gnu-gpl-v2
DEPENDS+= ${RUBY_PKGPREFIX}-migemo-[0-9]*:../../textproc/migemo
DEPENDS+= ${EMACS_PKGNAME_PREFIX}migemo-elisp-[0-9]*:../../textproc/migemo-elisp
RUBY_VERSION_SUPPORTED= 193
GNU_CONFIGURE= yes
.include "../../editors/emacs/modules.mk"
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+= --with-xemacs
CONFIGURE_ARGS+= --with-packagedir=${EMACS_LISPPREFIX}
.else
CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}
.endif
REPLACE_RUBY_DIRS= ext
REPLACE_RUBY_PAT= *.rb howm2 howmkara
.include "../../lang/ruby/replace.mk"
.include "../../lang/ruby/rubyversion.mk"
.include "../../mk/bsd.pkg.mk"