summaryrefslogtreecommitdiff
path: root/textproc/robodoc/Makefile
diff options
context:
space:
mode:
authorwrstuden <wrstuden@pkgsrc.org>2001-09-26 19:29:13 +0000
committerwrstuden <wrstuden@pkgsrc.org>2001-09-26 19:29:13 +0000
commit55238e56d2a15e73c3bc7cfd84e07c3039788785 (patch)
treee9af10d96ff8a8b96118385cee3c0fbfbdfbbeb5 /textproc/robodoc/Makefile
parent4cdcc8ef2a279b7087e171dd8767cde68f877159 (diff)
downloadpkgsrc-55238e56d2a15e73c3bc7cfd84e07c3039788785.tar.gz
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.
Diffstat (limited to 'textproc/robodoc/Makefile')
-rw-r--r--textproc/robodoc/Makefile17
1 files changed, 17 insertions, 0 deletions
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"