head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.15.08.41.19; author kikadf; state Exp; branches; next ; commitid nu7Wp5ldA80J42CG; desc @@ 1.1 log @ lswt: new package lswt lists all toplevels ("Windows") advertised by a Wayland server. The default output prints the title and app-id the toplevels and - if available - their state in human readable form. @ text @$NetBSD$ * Fix pathes --- Makefile.orig 2024-05-17 12:30:09.000000000 +0000 +++ Makefile @@@@ -1,8 +1,8 @@@@ SCANNER := wayland-scanner -PREFIX=/usr/local +PREFIX=@@PREFIX@@ BINDIR=$(PREFIX)/bin -MANDIR=$(PREFIX)/share/man +MANDIR=$(PREFIX)/@@PKGMANDIR@@ BASHCOMPDIR=$(PREFIX)/share/bash-completion/completions CFLAGS+=-Wall -Werror -Wextra -Wpedantic @