diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-12-13 01:45:01 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-12-13 01:45:01 +0800 |
commit | 1b40db0b0d23e1aefc83d2a7a99d348160a0c4b7 (patch) | |
tree | ff96f71504fec2a9947548c8f40e6eaa3fb15346 /Mk | |
parent | 63fa426995da0dbbd111cf17df352ee0ce0e7c16 (diff) | |
download | freebsd-ports-gnome-1b40db0b0d23e1aefc83d2a7a99d348160a0c4b7.tar.gz freebsd-ports-gnome-1b40db0b0d23e1aefc83d2a7a99d348160a0c4b7.tar.zst freebsd-ports-gnome-1b40db0b0d23e1aefc83d2a7a99d348160a0c4b7.zip |
Several helpers CMake modules needed to build LXQt itself as well as other
components.
WWW: https://github.com/lxde/lxqt-build-tools
Obtained from: LXQt devel repo
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/lxqt.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/Uses/lxqt.mk b/Mk/Uses/lxqt.mk index 577d08993ec2..a4ab98ec250a 100644 --- a/Mk/Uses/lxqt.mk +++ b/Mk/Uses/lxqt.mk @@ -9,6 +9,7 @@ # # Available LXQt components are: # +# buildtools - Helpers CMake modules # libfmqt - Libfm Qt bindings # lxqt - LXQt core library # qtxdg - Qt implementation of freedesktop.org xdg specs @@ -42,7 +43,11 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS} \ -DPULL_TRANSLATIONS:BOOL=OFF # Available LXQt components are: -_USE_LXQT_ALL= libfmqt lxqt qtxdg +_USE_LXQT_ALL= buildtools libfmqt lxqt qtxdg + +_DATAROOTDIR= ${LOCALBASE}/share + +buildtools_BUILD_DEPENDS= ${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools libfmqt_LIB_DEPENDS= libfm-qt.so:x11/libfm-qt |