freebsd-ports/x11-toolkits/qt5-gtkplatform/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

35 lines
836 B
Makefile

# $FreeBSD$
PORTNAME= gtkplatform
DISTVERSION= 0.2.2
PORTREVISION= 3
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= compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg
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>