diff options
Diffstat (limited to 'x11/dmenu-wayland/Makefile')
-rw-r--r-- | x11/dmenu-wayland/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/dmenu-wayland/Makefile b/x11/dmenu-wayland/Makefile new file mode 100644 index 000000000000..61fc9d1da490 --- /dev/null +++ b/x11/dmenu-wayland/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= dmenu-wayland +PORTVERSION= 0.1 +DISTVERSIONPREFIX= v +CATEGORIES= x11 + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Efficient dynamic menu for wayland + +LICENSE= MIT +LICENSE_FILES= ${WRKSRC}/LICENSE + +USES= gnome meson pkgconfig + +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon + +USE_GITHUB= yes +GH_ACCOUNT= nyyManni + +USE_GNOME= cairo glib20 pango + +PLIST_FILES= bin/dmenu-wl \ + bin/dmenu-wl_path \ + bin/dmenu-wl_run \ + man/man1/dmenu-wl.1.gz + +.include <bsd.port.mk> |