pkgsrc/textproc/robodoc/Makefile
wrstuden 55238e56d2 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.
2001-09-26 19:29:13 +00:00

17 lines
408 B
Makefile

# $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"