aboutsummaryrefslogtreecommitdiffstats
path: root/devel/art/Makefile
blob: f07394cad7796b9745288dab736460d934526876 (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
# Created by: Vladimir Gorelov <virtual.lark@gmail.com>
# $FreeBSD$

PORTNAME=   art
PORTVERSION=    0.9.01
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://skylark.tsu.ru/art/0.9/download/src/ \
        SF/art-project/src/

MAINTAINER= virtual.lark@gmail.com
COMMENT=    Resource tracing, debugging, and profiling tool

LICENSE=    GPLv3

LIB_DEPENDS=    libxml++-2.6.so:textproc/libxml++26

BROKEN=     fails to compile: ustring.h: expected ';' at end of declaration list

USES=   gmake pkgconfig

OPTIONS_DEFINE= DOCS

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${STAGEDIR}${PREFIX}/bin
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in posix-gcc-mt-file-lint.xml posix-gcc-mt-netw-lint.xml \
 posix-gcc-mt-file-special.xml
    @${INSTALL_DATA} ${WRKSRC}/artlibgen/templates/${docs} ${STAGEDIR}${DOCSDIR}
.endfor

.if defined(MAINTAINER_MODE)
full-regression-test: build
    cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.endif

.include <bsd.port.mk>