Files
ports/devel/linux-c7-strace/Makefile
T
Eugene Grosbein 6131cf3601 devel/linux-c7-strace: correction after r547939, use more correct path
Use path that works for both of amd64 and i386 variants.
2020-09-07 21:12:12 +00:00

18 lines
331 B
Makefile

# $FreeBSD$
PORTNAME= strace
PORTVERSION= 4.24
DISTVERSIONSUFFIX= -4.el7
PORTREVISION= 2
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>