blob: 746241c3aa05f2a722779fa94d93215c57f1131f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= cscope
DISTVERSION= 15.9
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= moritz@schmi.tt
COMMENT= Interactive C source code browser
WWW= https://cscope.sourceforge.net/
LICENSE= BSD3CLAUSE
USES= cpe ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|