freebsd-ports/devel/xcscope.el/Makefile
Yasuhiro Kimura ea66012756 editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	51589f81...7939184f
2022-11-30 16:06:37 +09:00

30 lines
528 B
Makefile

PORTNAME= xcscope.el
DISTVERSIONPREFIX= v
DISTVERSION= 1.5
PORTREVISION= 3
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>