ports/x11/linux-rl9-qt5-qtx11extras/Makefile
Dima Panov 7dbd23b9e8
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00

29 lines
796 B
Makefile

PORTNAME= qt5
PORTVERSION= 5.15.9
DISTVERSIONSUFFIX= -1.el9
PORTREVISION= 1
CATEGORIES= x11 linux
PKGNAMESUFFIX= -qtx11extras
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform application and UI framework, ${PKGNAMESUFFIX:S/-qt//g} (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.qt.io/
LICENSE= GPLv2+
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX= cups-libs dbuslibs dri jpeg libxml2 png qtbase tiff xorglibs webp
USE_LINUX_RPM= yes
WANT_LINUX32= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/devel/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>