a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22112 2007-02-17 23:09:48Z mww@macports.org $
PortSystem 1.0
name cscope
version 15.6
categories devel
platforms darwin freebsd
maintainers mww@macports.org
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 sha1 f5f73dca1f223cf6905c09a7f0e8eb993fa5fd93
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"
}