forked from Lainports/freebsd-ports
- Modernize Makefile header (bring it down to just two lines)
- Convert USE_GMAKE and USE_PERL5_BUILD to USES, sort the knobs
- Clean up port description and do-install: message, utilize ${FMT}
27 lines
621 B
Makefile
27 lines
621 B
Makefile
# Created by: Doug Ambrisko <ambrisko@whistle.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= etherboot
|
|
PORTVERSION= 5.2.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF http://etherboot.berlios.de/dist/
|
|
|
|
MAINTAINER= ambrisko@FreeBSD.org
|
|
COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot)
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
NO_PACKAGE= lots of configuration necessary
|
|
|
|
USES= gmake perl5
|
|
USE_BZIP2= yes
|
|
USE_PERL5= build
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
do-install:
|
|
@${ECHO_MSG}
|
|
@${ECHO_MSG} Refer to ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for \
|
|
how to build and install the ROM/floppy image. | ${FMT} -w 76
|
|
@${FALSE}
|
|
|
|
.include <bsd.port.mk>
|