# $Id: Portfile 51017 2009-05-15 14:34:52Z mww@macports.org $ PortSystem 1.0 name cscope version 15.7a categories devel platforms darwin freebsd maintainers mww description development tool for browsing source code long_description Cscope is a developer's tool for browsing source code. \ It has an impeccable Unix pedigree, having been \ originally developed at Bell Labs back in the days of \ the PDP-11. Cscope was part of the official AT&T Unix \ distribution for many years, and has been used to \ manage projects involving 20 million lines of code. homepage http://cscope.sourceforge.net/ master_sites sourceforge checksums md5 da43987622ace8c36bbf14c15a350ec1 \ sha1 f6348694e5443769add851f97fd39365e93dc474 \ rmd160 8bc904f636e8e6ea4542738095183475911858f9 use_bzip2 yes patchfiles patch-constants.h depends_lib port:ncurses configure.args --mandir=${prefix}/share/man --with-flex --with-ncurses=${prefix} post-destroot { system "strip ${destroot}${prefix}/bin/cscope" }