Link Here
|
1 |
PORTNAME= wmenu |
2 |
DISTVERSION= 0.1.3 |
3 |
CATEGORIES= x11 wayland |
4 |
MASTER_SITES= https://git.sr.ht/~adnano/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ |
5 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |
6 |
|
7 |
MAINTAINER= o.hushchenkov@gmail.com |
8 |
COMMENT= An efficient dynamic menu for Sway and wlroots based Wayland compositors |
9 |
WWW= https://git.sr.ht/~adnano/wmenu |
10 |
|
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols |
15 |
|
16 |
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ |
17 |
libwayland-client.so:graphics/wayland \ |
18 |
libxkbcommon.so:x11/libxkbcommon |
19 |
|
20 |
USES= compiler:c11 meson pkgconfig |
21 |
USE_GNOME= cairo pango |
22 |
|
23 |
CPPFLAGS+= `pkg-config --cflags epoll-shim` |
24 |
LDFLAGS+= `pkg-config --libs epoll-shim` |
25 |
|
26 |
PLIST_FILES= bin/wmenu \ |
27 |
man/man1/wmenu.1.gz |
28 |
|
29 |
.include <bsd.port.mk> |