Changeset View
Changeset View
Standalone View
Standalone View
archivers/lxqt-archiver/Makefile
| Show All 18 Lines | |||||
| USES= cmake compiler:c++20-lang desktop-file-utils lxqt:2 perl5 \ | USES= cmake compiler:c++20-lang desktop-file-utils lxqt:2 perl5 \ | ||||
| pkgconfig tar:xz gnome qt:6 xorg | pkgconfig tar:xz gnome qt:6 xorg | ||||
| USE_GNOME= glib20 | USE_GNOME= glib20 | ||||
| USE_QT= tools:build base:run | USE_QT= tools:build base:run | ||||
| USE_LXQT= buildtools2 libfmqt6 lxqt | USE_LXQT= buildtools2 libfmqt6 lxqt | ||||
| USE_XORG= xcb | USE_XORG= xcb | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.mk> | ||||
| .if ${OSVERSION} < 1400504 | |||||
| RUN_DEPENDS+= unzip:archivers/unzip | |||||
| .endif | |||||
| .include <bsd.port.post.mk> | |||||