pkgsrc/devel/cxref/Makefile
hwr 38726ab23d Import of cxref-1.5a
Cxref is s a program that will produce documentation (in LaTeX, HTML,
RTF or SGML) including cross-references from C program source code.
It has been designed to work with ANSI C, incorporating K&R, and most
popular GNU extensions.
The documentation for the program is produced from comments in the code
that are appropriately formatted. The cross referencing comes from the
code itself and requires no extra work.
1999-08-24 13:21:34 +00:00

14 lines
322 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $
#
DISTNAME= cxref-1.5a
CATEGORIES= devel lang
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"