Re: Proposal: Include the Application Name in Ports and Packages

From: probono <probono_at_puredarwin.org>
Date: Fri, 23 Jul 2021 21:36:28 UTC
On Mon, Jul 19, 2021 at 9:36 AM Baptiste Daroussin <bapt@freebsd.org> wrote:
>
> A simple APPLICATION_NAMES= name1 name2 should do the trick

How would this work if the application name has spaces in it, like
"Apache HTTP Server"?
Enclose it in single or double quotes?

> and the magic should be added to bsd.port.mk

Looking at https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.port.mk
I don't see anything related to CPE, so I am not sure what to do
there.