mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d082ab4b27
Approved by: portmgr (blanket)
25 lines
569 B
Makefile
25 lines
569 B
Makefile
PORTNAME= lcov
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/ltp/Coverage%20Analysis/LCOV-${PORTVERSION}
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Linux Test Project GCOV extension
|
|
WWW= http://ltp.sourceforge.net/coverage/lcov.php
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USES= gmake perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo \
|
|
bin/*.pl bin/*.sh
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's:$$(PREFIX)/share/man:$$(PREFIX)/man:' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|