Link Here
|
12 |
|
12 |
|
13 |
BUILD_DEPENDS= scdoc:textproc/scdoc \ |
13 |
BUILD_DEPENDS= scdoc:textproc/scdoc \ |
14 |
wayland-protocols>0:graphics/wayland-protocols |
14 |
wayland-protocols>0:graphics/wayland-protocols |
15 |
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ |
15 |
LIB_DEPENDS= libwayland-client.so:graphics/wayland \ |
16 |
libwayland-client.so:graphics/wayland \ |
|
|
17 |
libxkbcommon.so:x11/libxkbcommon |
16 |
libxkbcommon.so:x11/libxkbcommon |
18 |
|
17 |
|
19 |
USES= compiler:c11 gnome meson pkgconfig |
18 |
USES= compiler:c11 gnome meson pkgconfig |
20 |
USE_GNOME= cairo pango |
19 |
USE_GNOME= cairo pango |
21 |
|
20 |
|
|
|
21 |
# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 |
22 |
# https://cgit.freebsd.org/src/commit/?id=af93fea71038 |
23 |
.if !exists(/usr/include/sys/timerfd.h) |
24 |
LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim |
22 |
CPPFLAGS+= `pkg-config --cflags epoll-shim` |
25 |
CPPFLAGS+= `pkg-config --cflags epoll-shim` |
23 |
LDFLAGS+= `pkg-config --libs epoll-shim` |
26 |
LDFLAGS+= `pkg-config --libs epoll-shim` |
|
|
27 |
.endif |
24 |
|
28 |
|
25 |
PLIST_FILES= bin/wmenu \ |
29 |
PLIST_FILES= bin/wmenu \ |
26 |
man/man1/wmenu.1.gz |
30 |
man/man1/wmenu.1.gz |