opnsense-ports/devel/linux-ltp/Makefile
Franco Fichtner d6aad57d1e */*: sync with upstream
Taken from: HardenedBSD
2019-05-09 03:51:18 +02:00

25 lines
663 B
Makefile

# $FreeBSD$
# 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= 20190115
CATEGORIES= devel
MASTER_SITES= https://download.opensuse.org/repositories/benchmark/%SUBDIR%/:DEFAULT,amd64,SOURCE
MASTER_SITE_SUBDIR= openSUSE_Leap_42.3/x86_64/:DEFAULT,amd64 \
openSUSE_Leap_42.3/src/:SOURCE
MAINTAINER= trasz@FreeBSD.org
COMMENT= Linux Test Project (openSUSE Leap 42.3)
LICENSE= GPLv2+
ONLY_FOR_ARCHS= amd64
RPMVERSION= 1.5
USES= linux:c7
USE_LINUX_RPM= yes
.include <bsd.port.mk>