1999-04-18 13:43:02 +00:00
|
|
|
# New ports collection makefile for: etherboot
|
1999-12-23 16:09:54 +00:00
|
|
|
# Version required: 4.2.11
|
1999-04-18 13:43:02 +00:00
|
|
|
# Date created: 16 April 1999
|
|
|
|
# Whom: Doug Ambrisko <ambrisko@whistle.com>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-04-18 13:43:02 +00:00
|
|
|
#
|
1999-04-16 21:44:23 +00:00
|
|
|
|
1999-12-23 16:09:54 +00:00
|
|
|
DISTNAME= etherboot-4.2.11
|
1999-09-27 02:23:53 +00:00
|
|
|
PKGNAME= etherboot-4.2
|
1999-04-16 21:44:23 +00:00
|
|
|
CATEGORIES= net
|
1999-09-27 02:23:53 +00:00
|
|
|
MASTER_SITES= http://www.slug.org.au/etherboot/ \
|
1999-12-23 16:09:54 +00:00
|
|
|
http://www.us.kernel.org/pub/linux/devel/gcc/ \
|
|
|
|
http://www.ambrisko.com/doug/
|
1999-09-27 02:23:53 +00:00
|
|
|
DISTFILES= ${DISTNAME}.tar.gz ${BINUTILS_VER}.tar.gz
|
1999-04-16 21:44:23 +00:00
|
|
|
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
|
1999-09-27 02:23:53 +00:00
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
1999-04-16 21:44:23 +00:00
|
|
|
|
1999-09-27 02:23:53 +00:00
|
|
|
NO_PACKAGE= lots of configuration necessary
|
|
|
|
USE_GMAKE=1
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}/src-32
|
|
|
|
BINUTILS_VER= binutils-2.9.1.0.25 # need newer version of gas for data32
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKDIR}/${BINUTILS_VER} ; \
|
|
|
|
./configure -host=i386-unknown-freebsdelf
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
cd ${WRKDIR}/${BINUTILS_VER} ; \
|
|
|
|
make
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${ECHO} Refer ${PKGDIR}/DESCR and ${WRKDIR}/${PKGNAME}/doc for how to
|
|
|
|
@${ECHO} build and install the rom/floppy image.
|
|
|
|
@exit 1
|
1999-04-16 21:44:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|