aboutsummaryrefslogtreecommitdiffstats
path: root/devel/doc++/Makefile
blob: 0afce06b87bcdbabeb2d7b6cad3ab39005189e8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# New ports collection makefile for:    DOC++
# Date created:     20 Dec 1998
# Whom:         Ruslan@Shevchenko.Kiev.UA
#
# $FreeBSD$
#

PORTNAME=   doc++
PORTVERSION=    3.4.10
PORTREVISION=   3
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 \
        anytopnm:${PORTSDIR}/graphics/netpbm

BROKEN=     Does not correctly use gettext
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE=2005-09-22

.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
RUN_DEPENDS+=   gs:${PORTSDIR}/print/ghostscript-afpl
.else
RUN_DEPENDS+=   gs:${PORTSDIR}/print/ghostscript-gnu
.endif

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAKE_ARGS=  CPPFLAGS=-D__GNU_LIBRARY__

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

.include <bsd.port.pre.mk>

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.post.mk>