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