1998-12-26 05:00:45 +00:00
|
|
|
# New ports collection makefile for: DOC++
|
|
|
|
# Date created: 20 Dec 1998
|
|
|
|
# Whom: Ruslan@Shevchenko.Kiev.UA
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-12-26 05:00:45 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= doc++
|
2000-07-11 08:00:08 +00:00
|
|
|
PORTVERSION= 3.4.4
|
1998-12-26 05:00:45 +00:00
|
|
|
CATEGORIES= devel
|
1999-08-02 23:28:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
2000-04-30 19:32:46 +00:00
|
|
|
http://www.linuxsupportline.com/~doc++/
|
1999-08-02 23:28:16 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/doctools
|
1998-12-26 05:00:45 +00:00
|
|
|
|
|
|
|
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
|
|
|
|
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
|
|
|
|
gs:${PORTSDIR}/print/ghostscript5 \
|
|
|
|
anytopnm:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
1999-05-03 01:52:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-26 05:00:45 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2000-04-30 19:32:46 +00:00
|
|
|
ADDITIONAL_DOCS= ClassGraph.class \
|
|
|
|
ClassGraphPanel.class \
|
|
|
|
ClassLayout.class \
|
|
|
|
CommonBase.html \
|
2000-07-11 08:00:08 +00:00
|
|
|
CommandLineOptions.html \
|
|
|
|
ConfigurationFile.html \
|
2000-04-30 19:32:46 +00:00
|
|
|
Derived_Class.html \
|
|
|
|
Example.html \
|
|
|
|
FileInclusion.html \
|
|
|
|
FrequentlyAskedQuestions.html \
|
|
|
|
General.html \
|
2000-07-11 08:00:08 +00:00
|
|
|
GeneralInformations.html \
|
2000-04-30 19:32:46 +00:00
|
|
|
HIER.html \
|
|
|
|
HIERjava.html \
|
|
|
|
InstallationInstructions.html \
|
|
|
|
Intermediate.html \
|
|
|
|
Introduction.html \
|
|
|
|
ManualEntries.html \
|
2000-07-11 08:00:08 +00:00
|
|
|
ManualEntryFields.html \
|
2000-04-30 19:32:46 +00:00
|
|
|
NavigatorButton.class \
|
|
|
|
Quickstart.html \
|
|
|
|
ReferenceManual.html \
|
|
|
|
Structure.html \
|
2000-07-11 08:00:08 +00:00
|
|
|
Tags.html \
|
2000-04-30 19:32:46 +00:00
|
|
|
TextFormatting.html \
|
|
|
|
Usage.html \
|
|
|
|
function.html \
|
|
|
|
icon1.gif \
|
|
|
|
icon2.gif \
|
|
|
|
index.html \
|
|
|
|
supportedHTMLmacros.html \
|
2000-07-11 08:00:08 +00:00
|
|
|
supportedTeXmacros.html \
|
|
|
|
toc.html
|
2000-04-30 19:32:46 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTSDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/doc++
|
|
|
|
for i in $(ADDITIONAL_DOCS); do \
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\
|
|
|
|
done
|
|
|
|
.endif
|
|
|
|
|
1998-12-26 05:00:45 +00:00
|
|
|
.include <bsd.port.mk>
|