aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-16 16:35:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-16 16:35:38 +0000
commitdb223053eb221bcc32ee3b0e6a7c23c90ee4495b (patch)
tree7c05470c1cf7dfb98ba525e44e8d1001f616e091 /x11
parent9ba901fa79835f41138526278fbe32932e16de73 (diff)
downloadports-db223053eb221bcc32ee3b0e6a7c23c90ee4495b.tar.gz
ports-db223053eb221bcc32ee3b0e6a7c23c90ee4495b.zip
x11/rofi: convert to USES=meson
PR: 253043 Approved by: nomoo@nomoo.ru (maintainer)
Notes
Notes: svn path=/head/; revision=568581
Diffstat (limited to 'x11')
-rw-r--r--x11/rofi/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile
index 7a4c81792fe7..695b19c1a797 100644
--- a/x11/rofi/Makefile
+++ b/x11/rofi/Makefile
@@ -11,8 +11,6 @@ COMMENT= Window switcher, run dialog and dmenu replacement
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= checkmk:devel/check \
- ${LOCALBASE}/bin/flex:textproc/flex
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libxcb-ewmh.so:x11/xcb-util-wm \
libxcb-icccm.so:x11/xcb-util-wm \
@@ -20,16 +18,17 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libxcb-xrm.so:x11/xcb-util-xrm \
libxkbcommon-x11.so:x11/libxkbcommon
-USES= bison gmake gnome libtool pkgconfig shebangfix xorg
+USES= bison gnome meson pkgconfig shebangfix xorg
USE_GNOME= cairo gdkpixbuf2 librsvg2 pango
USE_XORG= xcb
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
SHEBANG_FILES= script/get_git_rev.sh \
script/rofi-sensible-terminal
bash_CMD= /bin/sh
-TEST_TARGET= check
+
+OPTIONS_DEFINE= TEST
+
+TEST_BUILD_DEPENDS= checkmk:devel/check
+TEST_MESON_ENABLED= check
post-patch:
# Fix rofi-theme-selector which assumes we have GNU sed