mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a8a2ebda28
Update devel/libqtxdg to 3.4.0 Update x11/lxqt-globalkeys to 0.14.3 Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648 PR: 239427 Approved by: swills (mentor) mbeis@xs4all.nl (maintainer) Differential Revision: https://reviews.freebsd.org/D21056
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcmanfm-qt
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= mbeis@xs4all.nl
|
|
COMMENT= LXQt file manager
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \
|
|
libfm-qt.so:x11/libfm-qt \
|
|
libexif.so:graphics/libexif
|
|
|
|
USES= cmake compiler:c++14-lang desktop-file-utils gnome\
|
|
gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 \
|
|
tar:xz xorg
|
|
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
|
|
widgets x11extras
|
|
USE_KDE= oxygen-icons5
|
|
USE_LXQT= buildtools libfmqt
|
|
USE_GNOME= glib20
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|