Index: devel/cscope/Makefile =================================================================== --- devel/cscope/Makefile (revision 551592) +++ devel/cscope/Makefile (working copy) @@ -1,23 +1,24 @@ -# Created by: Castor Fu # $FreeBSD$ PORTNAME= cscope -PORTVERSION= 15.9 +DISTVERSION= 15.9 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} MAINTAINER= moritz@schmi.tt -COMMENT= Interactive C program browser +COMMENT= Interactive C source code browser LICENSE= BSD3CLAUSE USES= ncurses + +GNU_CONFIGURE= yes + OPTIONS_DEFINE= XCSCOPE OPTIONS_SUB= yes + XCSCOPE_DESC= Install Emacs package -GNU_CONFIGURE= yes - EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp post-install: Index: devel/cscope/pkg-descr =================================================================== --- devel/cscope/pkg-descr (revision 551592) +++ devel/cscope/pkg-descr (working copy) @@ -1,8 +1,8 @@ -This port of SCO / USL's 'cscope' lets one easily navigate large C programs. -It's designed to answer questions like where symbols are defined and used, -where variables are assigned, and much more. +cscope is a screen-oriented software development tool that allows the user to +browse through C source files for specified code elements. It can find symbols, +global definitions, functions called by a function, functions calling a +function, arbitrary regexp patterns and much more. cscope can be used for +projects of all sizes. Vim and Emacs integration is available. -The Santa Cruz Operation (SCO) has made this available under a very friendly, -BSD-style Open Source License. - WWW: http://cscope.sourceforge.net/ +https://sourceforge.net/projects/cscope/