freebsd-ports/devel/linux-ltp/Makefile
Tijl Coosemans 5b721b6172 Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
2019-06-08 13:13:29 +00:00

25 lines
671 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
DISTVERSIONSUFFIX= -1.5
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
USES= linux:c7
USE_LINUX_RPM= yes
.include <bsd.port.mk>