freebsd-ports/devel/xcscope.el/Makefile
Yasuhiro Kimura 164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00

30 lines
528 B
Makefile

PORTNAME= xcscope.el
DISTVERSIONPREFIX= v
DISTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= jhb@FreeBSD.org
COMMENT= Emacs minor mode for using cscope
WWW= https://github.com/dkogan/xcscope.el
LICENSE= GPLv2+
RUN_DEPENDS= cscope:devel/cscope
USES= emacs
EMACS_NO_DEPENDS= yes
USE_GITHUB= yes
GH_ACCOUNT= dkogan
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${EMACS_SITE_LISPDIR}/xcscope.el
do-install:
${INSTALL_DATA} ${WRKSRC}/xcscope.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>