aboutsummaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
blob: 111dce802c55e9b7902761e8ed5c614fb0887d96 (plain) (blame)
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

LICENSE=	BSD3CLAUSE

USES=		ncurses

GNU_CONFIGURE=	yes

.include <bsd.port.mk>