summaryrefslogblamecommitdiff
path: root/devel/cscope/Makefile
blob: d71dd2ce9a4690983a8140515988a11ecb3224c7 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                                              


                                  
           

 
                      
                    
                 
                     
                  
 
                                
                                                
 
                   
                           
 

                            
                        

                      
# ex:ts=8
# ports collection makefile for:	cscope
# Date created:		1998-11-21
# Whom:			Castor Fu
#
# $FreeBSD$
#

PORTNAME=	cscope
PORTVERSION=	15.6
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	SF

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

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-yacc

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

.include <bsd.port.mk>