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 15:15:35 +01:00
|
|
|
# New ports collection makefile for: robodoc
|
|
|
|
# Date created: 15 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 07:44:42 +02:00
|
|
|
PORTNAME= robodoc
|
2004-01-13 00:45:25 +01:00
|
|
|
PORTVERSION= 4.0.18
|
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 15:15:35 +01:00
|
|
|
CATEGORIES= devel
|
2001-02-14 06:43:00 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-07-25 03:43:22 +02: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 15:15:35 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Code reference program similar to cxref that produces HTML
|
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 15:15:35 +01:00
|
|
|
|
2001-12-24 11:37:45 +01: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 15:15:35 +01:00
|
|
|
MAKEFILE= makefile
|
2000-07-25 03:43:22 +02:00
|
|
|
|
2003-11-10 19:28:30 +01:00
|
|
|
MAN1= robodoc.1 robohdrs.1
|
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 15:15:35 +01:00
|
|
|
|
2003-11-10 19:28:30 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${MANPREFIX}/man/man1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${MANPREFIX}/man/man1
|
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 15:15:35 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-11-10 19:28:30 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in AUTHORS ChangeLog NEWS README Docs/manual.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
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 15:15:35 +01:00
|
|
|
.endfor
|
2004-01-13 00:45:25 +01:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${CP} -R ${WRKSRC}/Examples/* ${EXAMPLESDIR}
|
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 15:15:35 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|