21 lines
534 B
Makefile
21 lines
534 B
Makefile
|
COMMENT = image viewer and screenshot tool for LXQt
|
||
|
REVISION = 0
|
||
|
|
||
|
NAME = lximage-qt
|
||
|
|
||
|
WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||
|
WANTLIB += Qt5PrintSupport Qt5Svg Qt5Widgets Qt5X11Extras SM X11
|
||
|
WANTLIB += Xext Xfixes c exif fm-qt gio-2.0 glib-2.0 gobject-2.0
|
||
|
WANTLIB += gthread-2.0 intl m menu-cache xcb
|
||
|
|
||
|
LIB_DEPENDS += x11/qt5/qtx11extras \
|
||
|
x11/qt5/qtsvg \
|
||
|
x11/lxqt/libfm-qt
|
||
|
|
||
|
BUILD_DEPENDS += x11/lxqt/build-tools
|
||
|
|
||
|
RUN_DEPENDS += devel/desktop-file-utils \
|
||
|
x11/gtk+4,-guic
|
||
|
|
||
|
.include <bsd.port.mk>
|