1999-04-18 13:43:02 +00:00
|
|
|
# New ports collection makefile for: etherboot
|
|
|
|
# Date created: 16 April 1999
|
|
|
|
# Whom: Doug Ambrisko <ambrisko@whistle.com>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-04-18 13:43:02 +00:00
|
|
|
#
|
1999-04-16 21:44:23 +00:00
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= etherboot
|
2000-12-11 02:22:36 +00:00
|
|
|
PORTVERSION= 4.6.10
|
1999-04-16 21:44:23 +00:00
|
|
|
CATEGORIES= net
|
2000-12-11 02:22:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-04-16 21:44:23 +00:00
|
|
|
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
|
1999-09-27 02:23:53 +00:00
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
1999-04-16 21:44:23 +00:00
|
|
|
|
1999-09-27 02:23:53 +00:00
|
|
|
NO_PACKAGE= lots of configuration necessary
|
|
|
|
USE_GMAKE=1
|
2000-03-24 00:17:25 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
1999-09-27 02:23:53 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-10-08 10:23:48 +00:00
|
|
|
@${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to
|
1999-09-27 02:23:53 +00:00
|
|
|
@${ECHO} build and install the rom/floppy image.
|
|
|
|
@exit 1
|
1999-04-16 21:44:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|