blob: a86c7f30e08bdfbe4a951c686f9136489b179117 (
plain) (
blame)
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
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= pcmanfm-qt
PORTVERSION= 0.12.0
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.so:x11/libfm \
libexif.so:graphics/libexif
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 tar:xz
USE_QT5= 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>
|