diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-10 14:47:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-10 14:47:34 +0000 |
commit | 49e34644e4fd57830b6fae3694a46db64d5e0ea8 (patch) | |
tree | 75abb2ee19ae38a881780715a242c4f96a771c07 /devel/Makefile | |
parent | 925a0becd4f204a6530a62153305e65769c7185d (diff) |
This is Diomidis Spinellis' (dds@FreeBSD.org) source code analyzer and
refactoring browser for collections of C programs.
I coordinated the creation of the port with him, he will maintain the
port himself in the future.
I think this is the first binary only program (at least in the ports
collection) which supports FreeBSD on alpha, amd64, i386, ia64 and
sparc64.
Reviewed by: dds
Notes
Notes:
svn path=/head/; revision=84602
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 15d51ce9eae3..7217ee565088 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -117,6 +117,7 @@ SUBDIR += crossgo32-djgpp2-pdcurses SUBDIR += crystal SUBDIR += cscope + SUBDIR += cscout SUBDIR += cssc SUBDIR += ctags SUBDIR += cutils |