mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
121fa80877
Ports: x11-fm/pcmanfm-qt/ x11/libfm-qt x11-themes/cursor-dmz-theme PR: 226294 226305 226309 Submitted by: Marco Beishuizen <mbeis@xs4all.nl> Approved by: tcberner (mentor, implicit)
28 lines
621 B
Makefile
28 lines
621 B
Makefile
# 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>
|