From 55238e56d2a15e73c3bc7cfd84e07c3039788785 Mon Sep 17 00:00:00 2001 From: wrstuden Date: Wed, 26 Sep 2001 19:29:13 +0000 Subject: textproc/robodoc - tool to build code documentation from comments in source robodoc extracts comments describing the code into documentation files. It is inspired by the autodoc program written by Commodore. --- textproc/robodoc/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 textproc/robodoc/Makefile (limited to 'textproc/robodoc/Makefile') diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile new file mode 100644 index 00000000000..c3f5d31870b --- /dev/null +++ b/textproc/robodoc/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/26 19:29:13 wrstuden Exp $ +# + +DISTNAME= robodoc-3.2.3 +CATEGORIES= textproc devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= https://sourceforge.net/projects/robodoc/ +COMMENT= tool to support project documentation within source code + +GNU_CONFIGURE= YES +USE_GMAKE= YES + +MAKEFILE= makefile + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3