From owner-freebsd-ports@FreeBSD.ORG Fri Oct 29 02:37:05 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2EA1106564A for ; Fri, 29 Oct 2010 02:37:05 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB188FC14 for ; Fri, 29 Oct 2010 02:37:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 4277D17128 for ; Thu, 28 Oct 2010 22:37:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1288319825; bh=Iku44G0mDnBVIoH8MSeoY7XprFyI9u5Uw38zeV7cAxI=; b= UrWhbt685vWsMK7FmwVi74fEzIQaWKwKfdNJja5j+NSq5dWI6UX13zBRLm1GZZpL Bnt/Pe+t2JyZRM6lWdD0E3j0yI6ynfoAx56B06b3IHSVDV0nhXAN/kH4N9aMzQp4 XGqLuZyGFgItONdG5PIHG8h7Glflm1x52WVFAOYIrjg= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id kknoycVfJ4PR for ; Thu, 28 Oct 2010 22:37:05 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id A89BB17088 for ; Thu, 28 Oct 2010 22:37:04 -0400 (EDT) Date: Thu, 28 Oct 2010 22:37:02 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101029023702.GB432@magic.hamla.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Use of license in ports Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 02:37:05 -0000 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 pulls in bsd.licenses.mk. -- Sahil Tandon