mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25bfc1474f
BTW, the maintainer forgot to update checksum, I update it. PR: 19829 Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
67 lines
1.5 KiB
Makefile
67 lines
1.5 KiB
Makefile
# New ports collection makefile for: DOC++
|
|
# Date created: 20 Dec 1998
|
|
# Whom: Ruslan@Shevchenko.Kiev.UA
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doc++
|
|
PORTVERSION= 3.4.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.linuxsupportline.com/~doc++/
|
|
MASTER_SITE_SUBDIR= apps/doctools
|
|
|
|
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
|
|
gs:${PORTSDIR}/print/ghostscript5 \
|
|
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(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
|
|
|
|
.include <bsd.port.mk>
|