A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
# New ports collection makefile for: robodoc
|
|
|
|
# Date created: 15 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 01:44:42 -04:00
|
|
|
PORTNAME= robodoc
|
2000-07-24 21:43:22 -04:00
|
|
|
PORTVERSION= 3.2.2
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
CATEGORIES= devel
|
2001-02-14 00:43:00 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-07-24 21:43:22 -04:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
|
2000-06-22 01:52:15 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
|
2000-07-24 21:43:22 -04:00
|
|
|
GNU_CONFIGURE= yes
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
MAKEFILE= makefile
|
2000-07-24 21:43:22 -04:00
|
|
|
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
MAN1= robodoc.1
|
|
|
|
|
2000-07-24 21:43:22 -04:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/robodoc/C
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Examples/C/* \
|
|
|
|
${PREFIX}/share/examples/robodoc/C
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/robodoc/CPP
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Examples/CPP/* \
|
|
|
|
${PREFIX}/share/examples/robodoc/CPP
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-07-24 21:43:22 -04:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/robodoc
|
|
|
|
.for file in AUTHORS ChangeLog NEWS README Docs/main.css Docs/robodoc.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/robodoc
|
A documentation tool for C, C++, Java, Assembler, Basic,
Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl,
Shell Scripts, Occam, COBOL, and many other languages. It
is similar to cxref in that it produces HTML output based
on your code.
PR: 15507
Submitted by: Will Andrews <andrews@technologist.com>
1999-12-23 09:15:35 -05:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|