From owner-freebsd-ports@FreeBSD.ORG Fri May 22 03:30:36 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E34D11065672 for ; Fri, 22 May 2009 03:30:36 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3B08FC1B for ; Fri, 22 May 2009 03:30:36 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by ewy3 with SMTP id 3so1671422ewy.43 for ; Thu, 21 May 2009 20:30:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3UgfUgcwEtjpAspwNUI1y5XAz1WpdF6T04dzVuMvaDk=; b=ZF8gUirYmoQf9ibOJc0nDNcT0ksB58bnQgyHlMPreTaBySJxZfC0rCkN9erN8EgjrT X9XgtZcra9XB9qfT8Np1fBHo2p3+BQ32X/+ULiVEt3I3onmcKpUuSbp55tLKTTukM3+G zgv0niHgrfiwaN3qVezv5XtMcQW6ii4ys0XF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OJSRX1GKHt+3hvmowQwEWRV5C2/RjlNRk6/QZuNPJ1oxNr/vxk2IQynsVbOdGeESbJ f7qllC6S0KViIlKntErsnLQ2LciXEVweHzfJXlds9+cDdj9z1XmZ/x130ll+r8NrpH08 aiWfNobauO75qteYEQCB8DKIyH43l9No9eUzY= MIME-Version: 1.0 Received: by 10.216.28.15 with SMTP id f15mr716815wea.30.1242963035351; Thu, 21 May 2009 20:30:35 -0700 (PDT) In-Reply-To: <4A160F2B.90004@p6m7g8.com> References: <200905220000.n4M000Ek087199@elektra.rws> <4A160F2B.90004@p6m7g8.com> Date: Thu, 21 May 2009 22:30:35 -0500 Message-ID: <790a9fff0905212030g19c8e5d7ib4f53973fb9b5afe@mail.gmail.com> From: Scot Hetzel To: "Philip M. Gollucci" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, pav@freebsd.org Subject: Re: bsd.port.options.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 03:30:37 -0000 On Thu, May 21, 2009 at 9:34 PM, Philip M. Gollucci wrote: >> +20090521: >> +AUTHOR: portmgr@FreeBSD.org >> + >> + =A0* bsd.port.options.mk is now clear to be widely used. >> + > > Are there any existing examples of how one should use this or porters > handbook sections ? > The comments in bsd.port.options.mk shows how to use it: #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=3D4 # # bsd.port.options.mk - Allow OPTIONS to determine dependencies # # usage: # # .include "bsd.port.options.mk" # # .include "bsd.port.pre.mk" # # .include "bsd.port.post.mk" # # Created by: Shaun Amott # # $FreeBSD: ports/Mk/bsd.port.options.mk,v 1.2 2007/05/24 22:13:55 pav Exp = $ # Scot