freebsd-ports/net/etherboot/Makefile
Yoshio MITA f5727f22fa Fixed bug imported by myself.
Newer version(7.22) was released right after my commit(7.21).
2001-03-16 00:50:09 +00:00

28 lines
708 B
Makefile

# New ports collection makefile for: etherboot
# Date created: 16 April 1999
# Whom: Doug Ambrisko <ambrisko@whistle.com>
#
# $FreeBSD$
#
PORTNAME= etherboot
PORTVERSION= 4.7.22
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/
CATEGORIES= net
MAINTAINER= ambrisko@whistle.com
NO_PACKAGE= lots of configuration necessary
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>