blob: 3d73d10d14f10a07d674ff11453d9fbb11226dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: etherboot
# Version required: 4.1
# Date created: 16 April 1999
# Whom: Doug Ambrisko <ambrisko@whistle.com>
#
# $Id$
#
DISTNAME= etherboot-4.1
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
EXTRACT_CMD= bzip2 -d <
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | tar xf -
USE_GMAKE=1 # note uses is from emulation package
WRKSRC= ${WRKDIR}/${DISTNAME}/src-32
.include <bsd.port.mk>
|