freebsd-ports/net/etherboot/Makefile
Stanislav Sedov bf33f3e5b8 - Update to 5.2.6
ChangeLog:
- Support for FILO
- Support for USB disks
- btext console
- Fixes for eepro100, rtl8139, sis900, tlan, tulip and via-rhine drivers
- Added drivers for mtd80x and Davicom based cards

PR:		ports/101721
Submitted by:	me (stas)
Approved by:	maintainer timeout (3,5 months)
2006-11-22 22:18:02 +00:00

35 lines
905 B
Makefile

# New ports collection makefile for: etherboot
# Date created: 16 April 1999
# Whom: Doug Ambrisko <ambrisko@whistle.com>
#
# $FreeBSD$
#
PORTNAME= etherboot
PORTVERSION= 5.2.6
PORTREVISION= 0
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/ \
http://etherboot.berlios.de/dist/
MAINTAINER= ambrisko@freebsd.org
COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot)
NO_PACKAGE= lots of configuration necessary
USE_BZIP2= 1
USE_GMAKE= 1
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_PERL5_BUILD=yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
do-install:
@${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to
@${ECHO} build and install the rom/floppy image.
@${FALSE}
.include <bsd.port.post.mk>