1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/linux-c7-strace/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>