55238e56d2
robodoc extracts comments describing the code into documentation files. It is inspired by the autodoc program written by Commodore.
17 lines
408 B
Makefile
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"
|