# $Id: Portfile 87052 2011-11-08 18:32:32Z ryandesign@macports.org $

PortSystem 1.0

name			cxref
version			1.6d
categories		devel
platforms		darwin
maintainers		nomaintainer
license			GPL-2+

description		C program cross-referencing & documentation tool
long_description	\
A program that takes as input a series of C source files and produces a LaTeX \
or HTML document containing a cross reference of the files/functions/variables \
in the program, including documentation taken from suitably formatted source \
code comments. The documentation is stored in the C source file in specially \
formatted comments, making it simple to maintain. The cross referencing \
includes lists of functions called, callers of each function, usage of global \
variables, header file inclusion, macro definitions and type definitions. \
Works for ANSI C, including a few gcc extensions.

homepage		http://www.gedanken.demon.co.uk/cxref/
master_sites	http://www.gedanken.demon.co.uk/download-cxref/

extract.suffix	.tgz

checksums		rmd160  3760f2f074ec26b6702efbd38f24f0bb231488e0 \
				sha256  0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1

depends_build	bin:bison:bison

configure.args	--mandir=${prefix}/share/man

