summaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
blob: b83d316439f63ef6da3bad1335494b461287b711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>