aboutsummaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
blob: 850d6afb71648f1e7d4301aeb3a1c7377c0b5a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ex:ts=8
# ports collection makefile for:	cscope
# Date created:		1998-11-21
# Whom:			Castor Fu
#
# $FreeBSD$
#

PORTNAME=	cscope
PORTVERSION=	15.7a
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	An interactive C program browser

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/cscope \
		bin/ocs
MAN1=		cscope.1

.include <bsd.port.mk>