Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 22:37:02 -0400
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: Use of license in ports Makefile
Message-ID:  <20101029023702.GB432@magic.hamla.org>
In-Reply-To: <BLU0-SMTP1575F59FAF1F91E23CA22B193430@phx.gbl>
References:  <BLU0-SMTP1575F59FAF1F91E23CA22B193430@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2010-10-27 at 18:52:42 -0400, Carmel wrote:

> I have a application that I want to port to FreeBSD. It is licensed
> under the BSD license from what I can understand. In the new port's
> Makefile, would I just put something like this:
> 
> license:	BSD

No; instead:

LICENSE=	BSD

> Finally, do I have to use anything other than:
> 
> .include <bsd.port.mk>

bsd.port.mk pulls in bsd.licenses.mk.

-- 
Sahil Tandon <sahil@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101029023702.GB432>