aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cppunit/Makefile
blob: 21f0bacd9444400f941a4b710062eca9d3ce2f29 (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
# $FreeBSD$

PORTNAME=   cppunit
PORTVERSION=    1.13.2
CATEGORIES= devel
MASTER_SITES=   http://dev-www.libreoffice.org/src/

MAINTAINER= bdrewery@FreeBSD.org
COMMENT=    C++ port of the JUnit framework for unit testing

LICENSE=    LGPL21

OPTIONS_DEFINE= DOCS DOXYGEN

DOXYGEN_BUILD_DEPENDS=  doxygen:devel/doxygen \
            dot:graphics/graphviz
DOXYGEN_CONFIGURE_ENABLE=   dot doxygen html-docs
DOXYGEN_CONFIGURE_ON=   --htmldir="${DOCSDIR}/html"

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
OPTIONS_SUB=    yes
USE_LDCONFIG=   yes
USES=       libtool pathfix

post-install-DOCS-on:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>