# $Id: Portfile 70343 2010-08-06 21:31:55Z ryandesign@macports.org $

PortSystem 1.0

name			cxref
version			1.6c
categories		devel
platforms		darwin
maintainers		nomaintainer
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/ \
				http://www.ibiblio.org/pub/Linux/devel/lang/c/ \
				ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/devel/lang/c/
extract.suffix	.tgz

checksums		md5     5857b9cc313cab8c8054215791b21b47 \
				sha1    cc51b9296353a85eb371871e9fef8969cf866a5b \
				rmd160  33d1df38a26eb4319cd38bada25662ccb66987df

depends_build	bin:bison:bison

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

