Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= gtkplatform |
4 |
DISTVERSION= 0.2.2 |
5 |
CATEGORIES= x11-toolkits |
6 |
PKGNAMEPREFIX= qt5- |
7 |
|
8 |
MAINTAINER= greg@unrelenting.technology |
9 |
COMMENT= GTK platform backend for Qt 5 |
10 |
|
11 |
LICENSE= LGPL3 GPLv2+ |
12 |
LICENSE_COMB= dual |
13 |
|
14 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
15 |
libfreetype.so:print/freetype2 \ |
16 |
libinput.so:x11/libinput \ |
17 |
libmtdev.so:devel/libmtdev \ |
18 |
libnotify.so:devel/libnotify \ |
19 |
libudev.so:devel/libudev-devd \ |
20 |
libxkbcommon.so:x11/libxkbcommon |
21 |
|
22 |
USES= qmake:outsource pkgconfig |
23 |
USE_GNOME= gtk30 cairo gdkpixbuf2 |
24 |
USE_QT5= buildtools_build core gui widgets dbus |
25 |
USE_XORG= x11 xext xrender |
26 |
USE_GL= gl egl |
27 |
|
28 |
USE_GITHUB= yes |
29 |
GH_ACCOUNT= CrimsonAS |
30 |
|
31 |
post-install: |
32 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt5/plugins/platforms/libqgtk.so |
33 |
|
34 |
.include <bsd.port.mk> |