git: a9cac5541280 - main - devel/linux-rl9-qt55: add new port (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Nov 2024 15:55:51 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9cac5541280e84009d7c562aed6f007b3d84a11 commit a9cac5541280e84009d7c562aed6f007b3d84a11 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-07 15:50:55 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-07 15:50:55 +0000 devel/linux-rl9-qt55: add new port (+) This is metaport for all ported qt5 components from Rocky Linux 9 Sponsored by: Future Crew, LLC --- devel/Makefile | 1 + devel/linux-rl9-qt5/Makefile | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index d41041c337a7..0d065a947888 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1541,6 +1541,7 @@ SUBDIR += linux-rl9-nspr SUBDIR += linux-rl9-ocl-icd SUBDIR += linux-rl9-orc + SUBDIR += linux-rl9-qt5 SUBDIR += linux-rl9-qt5-qtbase SUBDIR += linux-rl9-qt5-qtdeclarative SUBDIR += linux-rl9-qt5-qtscript diff --git a/devel/linux-rl9-qt5/Makefile b/devel/linux-rl9-qt5/Makefile new file mode 100644 index 000000000000..9b5f2da44731 --- /dev/null +++ b/devel/linux-rl9-qt5/Makefile @@ -0,0 +1,21 @@ +PORTNAME= qt5 +PORTVERSION= 5.15.9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Cross-platform application and UI framework, metaport (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.qt.io/ + +LICENSE= BSD2CLAUSE + +USES= linux:rl9 metaport +USE_LINUX= qt3d qtbase qtconnectivity qtdeclarative qtgraphicaleffects \ + qtimageformats qtquickcontrols qtscript qtsensors \ + qtserialbus qtserialport qtsvg qttools qtwayland \ + qtwebchannel qtwebsockets qtx11extras qtxmlpatterns + +DESCR= ${PORTSDIR}/devel/${PORTNAME}/pkg-descr + +.include <bsd.port.options.mk> + +.include <bsd.port.mk>