Added: comms/linux-rl9-qt5-qtconnectivity comms/linux-rl9-qt5-qtsensors comms/linux-rl9-qt5-qtserialbus comms/linux-rl9-qt5-qtserialport devel/linux-rl9-qt5-designer devel/linux-rl9-qt5-qtbase devel/linux-rl9-qt5-qtdeclarative devel/linux-rl9-qt5-qtscript devel/linux-rl9-qt5-qttools graphics/linux-rl9-qt5-qt3d graphics/linux-rl9-qt5-qtgraphicaleffects graphics/linux-rl9-qt5-qtimageformats graphics/linux-rl9-qt5-qtsvg graphics/linux-rl9-qt5-qtwayland textproc/linux-rl9-qt5-qtxmlpatterns www/linux-rl9-qt5-qtwebchannel www/linux-rl9-qt5-qtwebsockets x11-toolkits/linux-rl9-qt5-qtquickcontrols x11/linux-rl9-qt5-qtx11extras Sponsored by: Future Crew, LLC
28 lines
763 B
Makefile
28 lines
763 B
Makefile
PORTNAME= qt5
|
|
PORTVERSION= 5.15.9
|
|
DISTVERSIONSUFFIX= -1.el9
|
|
CATEGORIES= www linux
|
|
PKGNAMESUFFIX= -qtwebchannel
|
|
|
|
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
|
|
|
|
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>
|