# $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign@macports.org $

PortSystem 1.0

name			cxref
version			1.6a
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 a384b72b280f47a60025f93dcdda4921

depends_build	bin:bison:bison

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

