diff options
Diffstat (limited to 'x11-themes/qt6gtk2/Makefile')
-rw-r--r-- | x11-themes/qt6gtk2/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/qt6gtk2/Makefile b/x11-themes/qt6gtk2/Makefile new file mode 100644 index 000000000000..fbf9c04bfa36 --- /dev/null +++ b/x11-themes/qt6gtk2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= qt6gtk2 +PORTVERSION= 0.5 +CATEGORIES= x11-themes + +MAINTAINER= root@dc365.ru +COMMENT= Qt6Gtk2 - GTK+2.0 integration plugins for Qt6 +WWW= https://www.opencode.net/trialuser/qt6gtk2 + +USE_GITLAB= yes +GL_SITE= https://www.opencode.net +GL_ACCOUNT= trialuser +GL_PROJECT= qt6gtk2 +GL_COMMIT= 8e019e8b67b4022d15a6c1344e42ca5b9bb9df40 + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gnome pkgconfig qmake qt:6 xorg +USE_GNOME= gtk20 +USE_QT= base +USE_XORG= x11 + +.include <bsd.port.mk> |