blob: b8a18da90c97fa6979a9a61b6f7c26ab9fb8e64b (
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
|
PORTNAME= lxqt-archiver
PORTVERSION= 0.4.0
CATEGORIES= archivers
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Qt file archiver
LICENSE= GPLv2
LIB_DEPENDS= libfm-qt.so:x11/libfm-qt \
libjson-glib-1.0.so:devel/json-glib \
libmenu-cache.so:x11/menu-cache \
libexif.so:graphics/libexif
RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
USES= cmake compiler:c++14-lang desktop-file-utils lxqt pkgconfig tar:xz gnome qt:5 xorg
USE_GNOME= glib20
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
network printsupport svg widgets x11extras
USE_LXQT= buildtools lxqt
USE_XORG= xcb
.include <bsd.port.mk>
|