1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11-wm/i3/Makefile
Muhammad Moinur Rahman 9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00

45 lines
1.2 KiB
Makefile

PORTNAME= i3
DISTVERSION= 4.23
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://i3wm.org/downloads/ \
http://i3wm.org/downloads/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Improved dynamic tiling window manager
WWW= https://i3wm.org
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libcairo.so:graphics/cairo \
libev.so:devel/libev \
libpangocairo-1.0.so:x11-toolkits/pango \
libpcre2-8.so:devel/pcre2 \
libstartup-notification-1.so:x11/startup-notification \
libxcb-cursor.so:x11/xcb-util-cursor \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms \
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm \
libxkbcommon.so:x11/libxkbcommon \
libyajl.so:devel/yajl
RUN_DEPENDS= p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \
p5-IPC-Run>=0:devel/p5-IPC-Run \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
USES= compiler:c11 gnome iconv localbase:ldflags meson perl5 \
pkgconfig tar:xz xorg
USE_GNOME= glib20
USE_XORG= xcb
MESON_ARGS= -Ddocs=false \
-Dmans=false
LDFLAGS+= ${ICONV_LIB}
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
CONFLICTS_INSTALL= i3-gaps
.include <bsd.port.mk>