ab463bdca9
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D43615
36 lines
764 B
Makefile
36 lines
764 B
Makefile
PORTNAME= migemo.el
|
|
PORTVERSION= 1.9.2
|
|
PORTREVISION= 12
|
|
CATEGORIES= japanese elisp
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Japanese incremental search tool for Emacs
|
|
WWW= https://github.com/emacs-jp/migemo
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= cmigemo:japanese/cmigemo
|
|
|
|
USES= emacs
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= emacs-jp
|
|
GH_PROJECT= migemo
|
|
GH_TAGNAME= e4744ef
|
|
|
|
CONFLICTS= ja-migemo-emacs
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= ${EMACS_SITE_LISPDIR}/migemo.el
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/migemo.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
|
|
do-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|