freebsd-ports/net/etherboot/Makefile
Alexey Dokuchaev 1e6adbd361 - Unbreak fetching by sorting out MASTER_SITES (point it back to SF)
- 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}
2013-09-10 04:48:07 +00:00

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>