aboutsummaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
blob: a2607d21196f29bb8fd9806167a15b7acba0d3c0 (plain) (blame)
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=		cpe ncurses

GNU_CONFIGURE=	yes

.include <bsd.port.mk>