freebsd-ports/archivers/lxqt-archiver/Makefile
Jesper Schmitz Mouridsen 9045a45a33 New port: archivers/lxqt-archiver
A simple & lightweight Qt file archiver.
The core I/O functions are ported from Engrampa.
2021-05-08 18:51:59 +02:00

24 lines
646 B
Makefile

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>