blob: 1ea9929e4c12f986a52e3a77ea0d04cde4ecfdd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: etherboot
# Version required: 4.1
# Date created: 16 April 1999
# Whom: Doug Ambrisko <ambrisko@whistle.com>
#
# $FreeBSD$
#
DISTNAME= etherboot-4.1pre9
PKGNAME= etherboot-4.1p9
CATEGORIES= net
MASTER_SITES= http://www.slug.org.au/etherboot/
MAINTAINER= ambrisko@whistle.com
BUILD_DEPENDS= as86:${PORTSDIR}/devel/bcc
NO_PACKAGE= yes # lots of configuration necessary
USE_BZIP2= yes
USE_GMAKE=1 # note uses is from emulation package
WRKSRC= ${WRKDIR}/etherboot-4.1/src-32
.include <bsd.port.mk>
|