From owner-freebsd-ports@freebsd.org Mon Jul 31 11:02:32 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569DEDD0266 for ; Mon, 31 Jul 2017 11:02:32 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-pg0-x229.google.com (mail-pg0-x229.google.com [IPv6:2607:f8b0:400e:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C82A72927 for ; Mon, 31 Jul 2017 11:02:32 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-pg0-x229.google.com with SMTP id c14so44404916pgn.0 for ; Mon, 31 Jul 2017 04:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=f97Xl0rWo23GxwX8iE9SdjmEEu0Nku5NLP9JJVlpqbY=; b=FArFWY0CXWIwORd3/GIMhdUESJPxtPuNVQHknrC7b4lJbIRp300L4tPx6MsKvsSp09 ofLIg/mD4puu+o3x4ehA9TwjKMQB7Y44HEtsN1hYwSp22BPoZ35gISceXVPx6TD1E9zV JhWa7CQy972rha0sj0QAMcsElLnBPMRaCUlBMTxonSdftgaJrcAzTPo+bqAG3Eq8d0FY t7l7eZ92qKOqniU3kwAkigyRPQfNlRG9xNzqtuN+ZXdVN6T7cAaXmGFi3nEK2/oBDpcI eYAGqB1P/HCXAk+BQ82/wSLjPzduvc9wvysLDU14tsUPi2tNMdCKiLOnoJ/IlLYMtZLV Eh6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=f97Xl0rWo23GxwX8iE9SdjmEEu0Nku5NLP9JJVlpqbY=; b=h4e7n5oTBCDbY21J1zooerZG9nOR++kB2qfCmrFyd31Fr0Z0voOjQFhElu/33WNDVS Owxj01llIh8YFqxn3Ui93AvHhRO9Gwgvn+mSnbxt46HJwhqYjgBnlOIHjrBxKUi5Iw+U rw3/697EN2SNMZ4ncpaYNtWy6dkDI8ukqGfWC5Gjk16YIk0kMQ/m1GSC2D+2Kfv4+fwJ 0uS+etgIuCiiD1JMJ6gI+brYx3TE2Et5vB3xxkKowmyWTL0g13hNP3m0YaWN/P+80r7Q cbaCFP0tNxcyEwhlHpeZZ1IrHGoP0mlyl7dRgUmlVu+StRa4/uOQaa/jxFHkBFzHOJY3 8KjQ== X-Gm-Message-State: AIVw112JYTYWPKKOz2CGlsFslDrwgAEImjFD9Zo46x27ANFDoQ5yzMrV 4VOL6CLO5ovckrk/3FB7A16KqW3wOQ== X-Received: by 10.98.75.218 with SMTP id d87mr11169107pfj.135.1501498951329; Mon, 31 Jul 2017 04:02:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.181.226 with HTTP; Mon, 31 Jul 2017 04:02:30 -0700 (PDT) In-Reply-To: <20170731102511.GU39925@home.opsec.eu> References: <20170731102511.GU39925@home.opsec.eu> From: blubee blubeeme Date: Mon, 31 Jul 2017 19:02:30 +0800 Message-ID: Subject: Re: GNU Makefile to FreeBSD Makefile To: Kurt Jaeger Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 11:02:32 -0000 Hi Kurt Thanks for that hint, I am trying to port the project to FreeBSD. Let's see if I can get it properly ported. Best On Mon, Jul 31, 2017 at 6:25 PM, Kurt Jaeger wrote: > Hi! > > > I am trying to port some software to FreeBSD it uses GNU Makefile > > convention that uses these variables all over the place. > > If you are porting to FreeBSD as a port, use > > USES= gmake > > and the build process will use GNU make, so you do not need > to adapt all that stuff. > > -- > pi@opsec.eu +49 171 3101372 3 years to > go ! >