From owner-freebsd-ports@FreeBSD.ORG Sat Jul 17 12:57:27 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 364B21065672 for ; Sat, 17 Jul 2010 12:57:27 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 965E58FC13 for ; Sat, 17 Jul 2010 12:57:26 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o6HCuoI2095369 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 17 Jul 2010 13:56:57 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4C41A88C.6030207@infracaninophile.co.uk> Date: Sat, 17 Jul 2010 13:56:44 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Joe References: <4C400CBB.5010404@comclark.com> <86fwzjsgfx.fsf@gmail.com> <4C41937B.8070303@comclark.com> In-Reply-To: <4C41937B.8070303@comclark.com> X-Enigmail-Version: 1.1.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2B547C23767264727A0450FC" X-Virus-Scanned: clamav-milter 0.96.1 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,DKIM_ADSP_ALL, SPF_FAIL autolearn=no version=3.3.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lucid-nonsense.infracaninophile.co.uk Cc: Anonymous , freebsd-ports@freebsd.org Subject: Re: Cant get new port Makefile to work 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: Sat, 17 Jul 2010 12:57:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2B547C23767264727A0450FC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 17/07/2010 12:26:51, Joe wrote: > The above is my port source in a net shell. > What i really want is to have just the scripts sources to be fetched > from remote site > on "make install" of the port. >=20 > Can anyone recommend, based on the above Makefile, some ports I should > look at as being > a good example of a port makefile for small amount of files that requir= e > no compiling, that I could use as a template? Given you already have the bits that download the script tarball etc., take a look at ports-mgmt/portmaster -- this installs a script, a manual page and optionally some other items. Plus it's by Doug Barton, so you can be pretty certain the port is written to a very high standard. The biggest difference you'll see is that your script sources will be unpacked into ${WRKSRC} rather than installed from ${FILESDIR} Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig2B547C23767264727A0450FC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxBqJIACgkQ8Mjk52CukIxGwgCePRlziIjwAm0IHJRHkta55ZQV CMkAniwN8KYMTpTU/I/C3gUa2XOVIciF =a/3a -----END PGP SIGNATURE----- --------------enig2B547C23767264727A0450FC--