[Bug 282326] [NEW PORT] x11/sx: Start an X.Org Server

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 31 Oct 2024 06:24:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282326

--- Comment #2 from Alastair Hogge <agh@riseup.net> ---
Very cool.

I understand that ${DISTVERSION} is perferred over ${PORTVERSION}:
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-versions

You can use ${PLIST_FILES} directly in the Port's Makefile over creating
pkg-plist, because the Port only installs "just a handful of files":
https://docs.freebsd.org/en/books/porters-handbook/book/#porting-pkg-plist

sx will need to be added to the parent directory Makefile:
> SUBDIR += swaysettings
> SUBDIR += sx
> SUBDIR += sxhkd

-- 
You are receiving this mail because:
You are the assignee for the bug.