freebsd-ports/net/mknbi/Makefile
Pav Lucistnik 9fa89777b8 mknbi is a program that makes network bootable images for various operating
systems suitable for network loading by Etherboot or Netboot, which are ROM
boot loaders. If you are looking to boot using PXE, look no further, mknbi is
not what you want. You probably want something like PXELINUX which is part of
the SYSLINUX package.

PR:		ports/78962
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-03-19 16:20:32 +00:00

33 lines
692 B
Makefile

# New ports collection makefile for: mknbi
# Date created: 17 Mar 2005
# Whom: X
#
# $FreeBSD$
#
PORTNAME= mknbi
PORTVERSION= 1.4.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= etherboot
MAINTAINER= ports@FreeBSD.org
COMMENT= Creates tagged boot images for net/ether boot
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
MAN1= mknbi.1 disnbi.1
.for i in mkelf.1 mknbi-linux.1 mkelf-linux.1 \
mknbi-rom.1 mkelf-img.1 mknbi-menu.1 mkelf-menu.1 \
mknbi-nfl.1 mkelf-nfl.1 mknbi-dos.1 mknbi-fdos.1 mkelf-lua.1
MLINKS+= mknbi.1 ${i}
.endfor
PORTDOCS= COPYING README LOG spec.txt
USE_GMAKE= yes
USE_PERL5= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>