3724810b31
the ROM code from the hard disk, and an improved "tulip" driver. Also make boot over NFS the default method. This is seems to me more flexible in that NFS is often required for diskless configurations, and gives slightly better control than TFTPD on who is allowed to access the server. Approved-by: maintainer
29 lines
707 B
Makefile
29 lines
707 B
Makefile
# New ports collection makefile for: etherboot
|
|
# Date created: 16 April 1999
|
|
# Whom: Doug Ambrisko <ambrisko@whistle.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etherboot
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= net
|
|
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
#MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
#use development sources for now instead of standard ftp site.
|
|
MASTER_SITES= http://etherboot.sourceforge.net/
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
NO_PACKAGE= lots of configuration necessary
|
|
USE_GMAKE=1
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
do-install:
|
|
@${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to
|
|
@${ECHO} build and install the rom/floppy image.
|
|
@exit 1
|
|
|
|
.include <bsd.port.mk>
|