1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/sysutils/ltrace/Makefile
Nuno Teixeira 2c9e634d48 sysutils/ltrace: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-22 10:39:44 +00:00

29 lines
758 B
Makefile

PORTNAME= ltrace
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/sbz \
http://www.zonov.org/${PORTNAME}/
MAINTAINER= sbz@FreeBSD.org
COMMENT= Track runtime library calls in dynamically linked programs
WWW= https://ltrace.org/
LICENSE= GPLv2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-werror
CONFIGURE_ARGS+= --without-libunwind # fix build: configure is looking for and finds libunwind.h, but the C code later doesn't find libunwind-ptrace.h and breaks
ONLY_FOR_ARCHS= amd64
OPTIONS_DEFINE= DOCS
PORTDOCS= BUGS COPYING ChangeLog README TODO
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>