1998-12-26 06:00:45 +01:00
|
|
|
# New ports collection makefile for: DOC++
|
|
|
|
# Date created: 20 Dec 1998
|
|
|
|
# Whom: Ruslan@Shevchenko.Kiev.UA
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-26 06:00:45 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= doc++
|
2003-06-07 12:05:41 +02:00
|
|
|
PORTVERSION= 3.4.10
|
1998-12-26 06:00:45 +01:00
|
|
|
CATEGORIES= devel
|
2002-12-11 13:07:24 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= docpp
|
1998-12-26 06:00:45 +01:00
|
|
|
|
|
|
|
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Javadoc style C++ documentatation system
|
1998-12-26 06:00:45 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
|
2001-09-11 22:52:33 +02:00
|
|
|
gs:${PORTSDIR}/print/ghostscript-gnu \
|
1998-12-26 06:00:45 +01:00
|
|
|
anytopnm:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
1999-05-03 03:52:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-26 06:00:45 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2000-04-30 21:32:46 +02:00
|
|
|
ADDITIONAL_DOCS= ClassGraph.class \
|
|
|
|
ClassGraphPanel.class \
|
|
|
|
ClassLayout.class \
|
|
|
|
CommonBase.html \
|
2000-07-11 10:00:08 +02:00
|
|
|
CommandLineOptions.html \
|
|
|
|
ConfigurationFile.html \
|
2000-04-30 21:32:46 +02:00
|
|
|
Derived_Class.html \
|
|
|
|
Example.html \
|
|
|
|
FileInclusion.html \
|
|
|
|
FrequentlyAskedQuestions.html \
|
|
|
|
General.html \
|
2000-07-11 10:00:08 +02:00
|
|
|
GeneralInformations.html \
|
2000-04-30 21:32:46 +02:00
|
|
|
HIER.html \
|
|
|
|
HIERjava.html \
|
|
|
|
InstallationInstructions.html \
|
|
|
|
Intermediate.html \
|
|
|
|
Introduction.html \
|
|
|
|
ManualEntries.html \
|
2001-02-14 06:43:00 +01:00
|
|
|
ManualEntryFields.html \
|
2000-04-30 21:32:46 +02:00
|
|
|
NavigatorButton.class \
|
|
|
|
Quickstart.html \
|
|
|
|
ReferenceManual.html \
|
|
|
|
Structure.html \
|
2000-07-11 10:00:08 +02:00
|
|
|
Tags.html \
|
2000-04-30 21:32:46 +02:00
|
|
|
TextFormatting.html \
|
|
|
|
Usage.html \
|
|
|
|
function.html \
|
|
|
|
icon1.gif \
|
|
|
|
icon2.gif \
|
|
|
|
index.html \
|
|
|
|
supportedHTMLmacros.html \
|
2000-07-11 10:00:08 +02:00
|
|
|
supportedTeXmacros.html \
|
|
|
|
toc.html
|
2000-04-30 21:32:46 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTSDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/doc++
|
|
|
|
for i in $(ADDITIONAL_DOCS); do \
|
2001-02-14 06:43:00 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\
|
2000-04-30 21:32:46 +02:00
|
|
|
done
|
|
|
|
.endif
|
|
|
|
|
2003-06-07 12:05:41 +02:00
|
|
|
.include <bsd.port.mk>
|