1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/etherboot/Makefile
David W. Chapman Jr. 176d7c1420 Update to 5.0.4
Remove empty pkg-plist

PR:		32497
Submitted by:	osa@FreeBSD.org.ru
Approved by:	maintainer
2001-12-09 06:02:16 +00:00

29 lines
704 B
Makefile

# New ports collection makefile for: etherboot
# Date created: 16 April 1999
# Whom: Doug Ambrisko <ambrisko@whistle.com>
#
# $FreeBSD$
#
PORTNAME= etherboot
PORTVERSION= 5.0.4
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/
MAINTAINER= ambrisko@ambrisko.com
NO_PACKAGE= lots of configuration necessary
USE_BZIP2=1
USE_GMAKE=1
WRKSRC= ${WRKDIR}/${DISTNAME}/src
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>