2021-01-19 18:05:55 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= foot
|
2021-02-13 01:27:59 +01:00
|
|
|
DISTVERSION= 1.6.4
|
2021-01-19 18:05:55 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
|
|
COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
|
|
tllist>=1.0.4:devel/tllist \
|
|
|
|
wayland-protocols>0:graphics/wayland-protocols \
|
|
|
|
scdoc:textproc/scdoc
|
|
|
|
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
|
|
|
|
libwayland-client.so:graphics/wayland \
|
|
|
|
libfcft.so:x11-fonts/fcft \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
|
|
|
|
USES= compiler:c11 meson pkgconfig xorg
|
|
|
|
USE_XORG= pixman
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
x11/foot: unbreak if devel/ncurses is installed
In-base ncurses uses termcap, so ports/ don't support populating
terminfo yet. For example, devel/ncurses has --with-hashed-db
which confuses Meson.
[2/3] /usr/local/bin/meson install --no-rebuild
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 140, in run
return options.run_func(options)
File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 554, in run
installer.do_install(datafilename)
File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 372, in do_install
self.install_targets(d)
File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 468, in install_targets
raise RuntimeError('File {!r} could not be found'.format(t.fname))
RuntimeError: File 'f' could not be found
2021-02-09 22:06:26 +01:00
|
|
|
MESON_ARGS= -Dterminfo=disabled
|
2021-01-19 18:05:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|