aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-ltp/Makefile
blob: 65684adc0c065b6194f221d1669cb7a3badf4fb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note that this port uses RPMs from openSUSE - CentOS doesn't seem
# to carry LTP packages.  For future updates, here's the openSUSE
# package site: https://build.opensuse.org/package/show/benchmark/ltp

PORTNAME=	ltp
PORTVERSION=	20200605
DISTVERSIONSUFFIX=	.b54247721-368.1
CATEGORIES=	devel
MASTER_SITES=	LOCAL/trasz:DEFAULT,amd64,SOURCE

MAINTAINER=	trasz@FreeBSD.org
COMMENT=	Linux Test Project (SUSE Linux Enterprise 15)

LICENSE=	GPLv2+

ONLY_FOR_ARCHS=	amd64

USES=		linux:c7
USE_LINUX=	dosfstools libaio numactl-libs
USE_LINUX_RPM=	yes

.include <bsd.port.mk>