freebsd-ports/devel/doc++/Makefile
Sergey A. Osokin d7a27c6138 Use NOPORTDOCS instead of NOPORTSDOCS. [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).

Maintainer timeout after 1 week.

Problem reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
PR:			53911
2003-07-10 13:08:46 +00:00

66 lines
1.4 KiB
Makefile

# New ports collection makefile for: DOC++
# Date created: 20 Dec 1998
# Whom: Ruslan@Shevchenko.Kiev.UA
#
# $FreeBSD$
#
PORTNAME= doc++
PORTVERSION= 3.4.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= docpp
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
COMMENT= Javadoc style C++ documentatation system
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
gs:${PORTSDIR}/print/ghostscript-gnu \
anytopnm:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
USE_GMAKE= yes
ADDITIONAL_DOCS= ClassGraph.class \
ClassGraphPanel.class \
ClassLayout.class \
CommonBase.html \
CommandLineOptions.html \
ConfigurationFile.html \
Derived_Class.html \
Example.html \
FileInclusion.html \
FrequentlyAskedQuestions.html \
General.html \
GeneralInformations.html \
HIER.html \
HIERjava.html \
InstallationInstructions.html \
Intermediate.html \
Introduction.html \
ManualEntries.html \
ManualEntryFields.html \
NavigatorButton.class \
Quickstart.html \
ReferenceManual.html \
Structure.html \
Tags.html \
TextFormatting.html \
Usage.html \
function.html \
icon1.gif \
icon2.gif \
index.html \
supportedHTMLmacros.html \
supportedTeXmacros.html \
toc.html
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
for i in $(ADDITIONAL_DOCS); do \
${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${DOCSDIR} ;\
done
.endif
.include <bsd.port.mk>