From owner-freebsd-ports@FreeBSD.ORG Wed Oct 6 00:51:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A5C16A4CE for ; Wed, 6 Oct 2004 00:51:48 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1954243D45 for ; Wed, 6 Oct 2004 00:51:48 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.71.53]) by mta11.adelphia.netESMTP <20041006005145.EJSE2188.mta11.adelphia.net@default.chvlva.adelphia.net>; Tue, 5 Oct 2004 20:51:45 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id F056957C1; Tue, 5 Oct 2004 20:54:00 -0400 (EDT) Date: Tue, 5 Oct 2004 20:54:00 -0400 From: Parv To: Glenn Sieb Message-ID: <20041006005400.GA1850@moo.holy.cow> Mail-Followup-To: Glenn Sieb , ports@freebsd.org References: <41632C87.1020901@wingfoot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41632C87.1020901@wingfoot.org> cc: ports@freebsd.org Subject: Re: General Ports question... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 00:51:48 -0000 in message <41632C87.1020901@wingfoot.org>, wrote Glenn Sieb thusly... > > Just a suggestion: It would be *really* nice to have a file in a > port directory that has all the options you can set on the make > line (or in pkgtools.conf) ... yes I know you can grep through > Makefile--but it would still be nice to have a file with all of > the options and what they mean... :) I [cw]ould write a tool myself only if the options are described in not-difficult-to-parse & consistent manner. I like mail/mutt-devel Makefile for this reason; don't know if any other port (besides mail/mutt, you wise cracks) has the same layout. - Parv --