mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
592d2bec11
PR: 273042 Approved by: ashish (maintainer)
54 lines
1.7 KiB
Makefile
54 lines
1.7 KiB
Makefile
PORTNAME= hikari
|
|
DISTVERSION= 2.3.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-wm wayland
|
|
MASTER_SITES= https://hikari.acmelabs.space/releases/
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Stacking Wayland compositor with tiling capabilities
|
|
WWW= https://hikari.acmelabs.space
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
wayland-protocols>=1.14:graphics/wayland-protocols \
|
|
wlroots>=0.15.0<0.16.0:x11-toolkits/wlroots
|
|
LIB_DEPENDS= libinput.so:x11/libinput \
|
|
libucl.so:textproc/libucl \
|
|
libwayland-server.so:graphics/wayland \
|
|
libwlroots.so:x11-toolkits/wlroots \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
RUN_DEPENDS= unix-selfauth-helper>0:security/unix-selfauth-helper
|
|
|
|
USES= compiler:c11 gnome pkgconfig xorg
|
|
USE_GNOME= cairo pango
|
|
USE_XORG= pixman
|
|
|
|
MAKE_ARGS+= ${WITH_DEBUG:DDEBUG=YES}
|
|
|
|
OPTIONS_DEFINE= GAMMA LAYERSHELL SCREENCOPY VIRTUALINPUT X11
|
|
OPTIONS_DEFAULT= GAMMA LAYERSHELL SCREENCOPY VIRTUALINPUT X11
|
|
|
|
GAMMA_DESC= Include gammacontrol protocol (required by, e.g., Redshift)
|
|
LAYERSHELL_DESC= Include layer_shell protocol (required by, e.g., waybar)
|
|
SCREENCOPY_DESC= Include screenshot protocol (required by, e.g., grim)
|
|
VIRTUALINPUT_DESC= needed for VNC support (requiered by e.g. wayvnc)
|
|
|
|
GAMMA_MAKE_ARGS= WITH_GAMMACONTROL=YES
|
|
LAYERSHELL_MAKE_ARGS= WITH_LAYERSHELL=YES
|
|
SCREENCOPY_MAKE_ARGS= WITH_SCREENCOPY=YES
|
|
VIRTUALINPUT_MAKE_ARGS= WITH_VIRTUAL_INPUT=YES
|
|
X11_MAKE_ARGS= WITH_XWAYLAND=YES
|
|
|
|
post-install:
|
|
.ifndef WITH_DEBUG
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hikari
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hikari-unlocker
|
|
.endif
|
|
${MV} ${STAGEDIR}${ETCDIR}/hikari.conf \
|
|
${STAGEDIR}${ETCDIR}/hikari.conf.sample
|
|
|
|
.include "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk"
|
|
.include <bsd.port.mk>
|