Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Mar 1996 08:14:23 -0600
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        ports@freebsd.org
Subject:   new hacked xanim
Message-ID:  <199603071414.IAA16607@jake.lodgenet.com>

next in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603071414.IAA16607>