mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5f5dc45b2a
Submitted by: maintainer Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
24 lines
608 B
Makefile
24 lines
608 B
Makefile
# New ports collection makefile for: etherboot
|
|
# Version required: 4.1
|
|
# Date created: 16 April 1999
|
|
# Whom: Doug Ambrisko <ambrisko@whistle.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1999/05/06 21:49:25 billf Exp $
|
|
#
|
|
|
|
DISTNAME= etherboot-4.1pre9
|
|
PKGNAME= etherboot-4.1p9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.slug.org.au/etherboot/
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
BUILD_DEPENDS= as86:${PORTSDIR}/devel/bcc
|
|
|
|
NO_PACKAGE= yes # lots of configuration necessary
|
|
USE_BZIP2= yes
|
|
USE_GMAKE=1 # note uses is from emulation package
|
|
WRKSRC= ${WRKDIR}/etherboot-4.1/src-32
|
|
|
|
.include <bsd.port.mk>
|