aboutsummaryrefslogtreecommitdiffstats
path: root/net/etherboot/Makefile
blob: 4b7e63749312e4e052245da81381cb11e1c5425f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:   etherboot
# Date created:        16 April 1999
# Whom:                Doug Ambrisko <ambrisko@whistle.com>
#
# $FreeBSD$
#

PORTNAME=   etherboot
PORTVERSION=    5.2.4
PORTREVISION=   1
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. Replaces/improves 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

do-install:
    @${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to
    @${ECHO} build and install the rom/floppy image.
    @exit 1

.include <bsd.port.mk>