summaryrefslogtreecommitdiff
path: root/devel/cxref/Makefile
diff options
context:
space:
mode:
authorhwr <hwr@pkgsrc.org>1999-08-24 13:21:34 +0000
committerhwr <hwr@pkgsrc.org>1999-08-24 13:21:34 +0000
commit38726ab23df2ac699298b821863ac2b117e7cbb9 (patch)
tree24419c60734bbeffe72024e8b81e06ee28a6104e /devel/cxref/Makefile
parent9b2125c48dedf286404c6f37fb3467782912ead4 (diff)
downloadpkgsrc-38726ab23df2ac699298b821863ac2b117e7cbb9.tar.gz
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.
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r--devel/cxref/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile
new file mode 100644
index 00000000000..8c539347603
--- /dev/null
+++ b/devel/cxref/Makefile
@@ -0,0 +1,14 @@
+# $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"