1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/etherboot/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

31 lines
693 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)
BROKEN= Installation is intentionally broken
SSP_UNSAFE= yes
ONLY_FOR_ARCHS= i386
NO_PACKAGE= lots of configuration necessary
USES= gmake perl5 tar:bzip2
USE_PERL5= build
WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_STAGE= yes
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>