diff options
author | billf <billf@FreeBSD.org> | 1999-05-06 21:49:25 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-05-06 21:49:25 +0000 |
commit | f49bb2be8d817deba249303ed7338358fabadc7b (patch) | |
tree | d60400061d540bbc2f976b107cd9587c785d020d /net | |
parent | 04338f42e47c38d019f297effc23f2b14a9f8f16 (diff) | |
download | FreeBSD-ports-f49bb2be8d817deba249303ed7338358fabadc7b.zip FreeBSD-ports-f49bb2be8d817deba249303ed7338358fabadc7b.tar.gz |
BROKEN= "4.2 has been released, this port is no longer fetchable"
Also make a bunch of style changes, most of them related to USE_BZIP2.
Diffstat (limited to 'net')
-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 3d73d10..9821bcb 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 |