head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.04.14.12.11.48;	author kikadf;	state Exp;
branches;
next	;
commitid	hZtJ6geRXLiPgVBG;


desc
@@


1.1
log
@
foot: new package

foot is a fast, lightweight and minimalistic Wayland terminal emulator.

Features:

- Fast
- Lightweight, in dependencies, on-disk and in-memory
- Wayland native
- DE agnostic
- Server/daemon mode
- User configurable font fallback
- On-the-fly font resize
- On-the-fly DPI font size adjustment
- Scrollback search
- Keyboard driven URL detection
- Color emoji support
- IME (via text-input-v3)
- Multi-seat
- True Color (24bpp)
- Synchronized Updates support
- Sixel image support
@
text
@# $NetBSD$

DISTNAME=	foot-1.25.0
CATEGORIES=	wayland
MASTER_SITES=	https://codeberg.org/dnkl/foot/releases/download/${PKGVERSION_NOREV}/

MAINTAINER=	bsiegert@@NetBSD.org
HOMEPAGE=	https://codeberg.org/dnkl/foot/
COMMENT=	Terminal for Wayland
LICENSE=	mit

USE_TOOLS+=	pkg-config

MESON_ARGS+=	-Dtests=false
MESON_ARGS+=	-Dterminfo=disabled

EGDIR=		${PREFIX}/share/examples/foot
OWN_DIRS+=	${PKG_SYSCONFDIR}/xdg/foot
CONF_FILES=	${EGDIR}/foot.ini ${PKG_SYSCONFDIR}/xdg/foot/foot.ini

.include "../../devel/meson/build.mk"
.include "../../textproc/scdoc/tool.mk"
.include "../../converters/utf8proc/buildlink3.mk"
CFLAGS+=	-I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
.include "../../devel/libepoll-shim/buildlink3.mk"
.include "../../devel/wayland/buildlink3.mk"
.include "../../devel/wayland-protocols/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
#.include "../../lang/python/application.mk"
.include "../../fonts/fcft/buildlink3.mk"
.include "../../devel/tllist/buildlink3.mk"
.include "../../devel/input-headers/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
