mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
43e1faed66
The version of xcscope.el bundled with cscope does not work with emacs 27 as it uses a deprecated function. Switch to using a newer fork of xcscope.el which works with emacs 27 and includes several other fixes such as working over tramp-mode. Since the newer fork is hosted independently, add it as a new port which depends on cscope. PR: 251029 Reviewed by: maintainer (devel/cscope) Approved by: swills Differential Revision: https://reviews.freebsd.org/D27172
18 lines
276 B
Makefile
18 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cscope
|
|
DISTVERSION= 15.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
|
|
|
MAINTAINER= moritz@schmi.tt
|
|
COMMENT= Interactive C source code browser
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= ncurses
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|