diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-06 21:49:25 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-06 21:49:25 +0000 |
commit | a844f9a47a092ecb28d0673a87a09639bd53bf68 (patch) | |
tree | 258a31c856814bebab66eff688e1810ac9644c1c /net/etherboot | |
parent | 8193efbc7f472d525b0e6a2ca39cbe4229cf46d3 (diff) |
Notes
Diffstat (limited to 'net/etherboot')
-rw-r--r-- | net/etherboot/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 3d73d10d14f1..9821bcb44282 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -3,24 +3,21 @@ # Date created: 16 April 1999 # Whom: Doug Ambrisko <ambrisko@whistle.com> # -# $Id$ +# $Id: Makefile,v 1.2 1999/04/18 13:43:01 erich Exp $ # -DISTNAME= etherboot-4.1 +DISTNAME= etherboot-4.1pre9 +PKGNAME= etherboot-4.1p9 CATEGORIES= net MASTER_SITES= http://www.slug.org.au/etherboot/ -#DISTFILES= etherboot-4.1pre9.tar.bz2 -EXTRACT_SUFX= pre9.tar.bz2 MAINTAINER= ambrisko@whistle.com -BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \ - ${PREFIX}/bin/as86:${PORTSDIR}/devel/bcc +BUILD_DEPENDS= as86:${PORTSDIR}/devel/bcc -EXTRACT_CMD= bzip2 -d < -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | tar xf - +BROKEN= "4.2 has been released, this port is no longer fetchable" +USE_BZIP2= yes USE_GMAKE=1 # note uses is from emulation package WRKSRC= ${WRKDIR}/${DISTNAME}/src-32 |