mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
14 lines
246 B
Makefile
14 lines
246 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
|
|
|
|
USES= cpe ncurses
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|