aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ltrace/Makefile
blob: f9456c213c6c1dca00ff6d20c3ce52f44004b1d8 (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
# Created by: Sofian Brabez <sbz@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ltrace
PORTVERSION=    0.6.0
CATEGORIES= sysutils
MASTER_SITES=   LOCAL/sbz \
        http://www.zonov.org/${PORTNAME}/

MAINTAINER= sbz@FreeBSD.org
COMMENT=    Track runtime library calls in dynamically linked programs

LICENSE=    GPLv2

GNU_CONFIGURE=  yes
ONLY_FOR_ARCHS= amd64

MAN1=       ${PORTNAME}.1

OPTIONS_DEFINE= DOCS

PORTDOCS=   BUGS COPYING ChangeLog README TODO

NO_STAGE=   yes
.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}

.endif

.include <bsd.port.mk>