mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
c9b9e58faf
Approved by: portmgr (blanket)
16 lines
267 B
Makefile
16 lines
267 B
Makefile
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= cpe ncurses
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|