mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
the i386 package on amd64. This change does not affect the package contents because the amd64 package is extracted after the i386 package and replaced it completely.
15 lines
256 B
Makefile
15 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= strace
|
|
PORTVERSION= 4.12
|
|
DISTVERSIONSUFFIX= -9.el7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= System call tracer (CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c7
|
|
USE_LINUX_RPM= nolib
|
|
|
|
.include <bsd.port.mk>
|