# $Id: Portfile 65366 2010-03-25 19:17:24Z ryandesign@macports.org $

PortSystem 1.0

name			cxref
version			1.6b
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     c606d8a701cf05c47fec977aa6a3cfde \
				sha1    b036b4f744dafca3091eee51c20c71ac57017c51 \
				rmd160  8cb5d13b58749714b14bd57dc8085c841d7f8772

depends_build	bin:bison:bison

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

