From owner-freebsd-ports Thu Mar 7 06:41:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA11485 for ports-outgoing; Thu, 7 Mar 1996 06:41:01 -0800 (PST) Received: from bacall.lodgenet.com ([205.138.147.242]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA11472 for ; Thu, 7 Mar 1996 06:40:57 -0800 (PST) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA04603 for ; Thu, 7 Mar 1996 08:34:44 -0600 Received: from tserv.lodgenet.com(204.124.120.10) by bacall via smap (V1.3) id sma004601; Thu Mar 7 08:34:28 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by tserv.lodgenet.com (8.6.12/8.6.12) with ESMTP id IAA01056 for ; Thu, 7 Mar 1996 08:02:01 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.4/8.6.12) with SMTP id IAA16607 for ; Thu, 7 Mar 1996 08:14:23 -0600 (CST) Message-Id: <199603071414.IAA16607@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: ports@freebsd.org Subject: new hacked xanim Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Mar 1996 08:14:23 -0600 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org Precedence: bulk I've got a new revision of the xanim port but I kind of kludged it. It works out of the box as is, but I added the optional cinepak/indeo support, which requires two additional files from the master site, which also happen to be in different directories. Here's the clip from my Makefile: ... MASTER_SITES= ftp://ftp.portal.com/pub/podlipec/ MASTER_SITES+= ftp://ftp.portal.com/pub/podlipec/cinepak/ MASTER_SITES+= ftp://ftp.portal.com/pub/podlipec/indeo/ EXTRACT_ONLY= xanim2703.tar.gz DISTFILES= ${EXTRACT_ONLY} xa2.0_cvid_netbsd386.o.Z DISTFILES+= xa2.0_iv32_netbsd386.o.Z USE_IMAKE= is_set post-extract: @cp ${DISTDIR}/xa2.0_cvid_netbsd386.o.Z ${WRKSRC} @uncompress ${WRKSRC}/xa2.0_cvid_netbsd386.o.Z @cp ${DISTDIR}/xa2.0_iv32_netbsd386.o.Z ${WRKSRC} @uncompress ${WRKSRC}/xa2.0_iv32_netbsd386.o.Z ... and it requires three separated ftp's. Anyone got a better way? tia, eric. -- erich@lodgenet.com erich@rrnet.com