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

PORTNAME=   cscope
PORTVERSION=    15.3
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= petef@FreeBSD.org

GNU_CONFIGURE=  yes

MAN1=       cscope.1

.include <bsd.port.mk>