Subject: Re: License issues (was: Re: Opera update: no more banners)
To: Roland Illig <rillig@NetBSD.org>
From: Greg Troxel <gdt@ir.bbn.com>
List: tech-pkg
Date: 09/22/2005 20:42:17
Roland Illig <rillig@NetBSD.org> writes:
> I think it should look like
>
> LICENSE= opera-850-license
> LICENSE_FILE= LICENSE
>
> The LICENSE variable provides a unique name for use in
> ACCEPTABLE_LICENSES, while the LICENSE_FILE points to the complete
> license text (which is currently only used in the show-license target).
And perhaps the equivalent of
.ifdef LICENSE
LICENSE_FILE?= /usr/pkgsrc/licenses/$LICENSE
.endif
so if the license is in licenses dir you don't have to set
LICENSE_FILE.
--
Greg Troxel <gdt@ir.bbn.com>