mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
318 B
Makefile
16 lines
318 B
Makefile
PORTNAME= strace
|
|
PORTVERSION= 4.24
|
|
DISTVERSIONSUFFIX= -6.el7
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= System call tracer (CentOS ${LINUX_DIST_VER})
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs
|
|
|
|
USES= linux:c7
|
|
USE_LINUX_RPM= nolib
|
|
|
|
.include <bsd.port.mk>
|