1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/net/netboot/Makefile
2011-05-18 07:02:08 +00:00

38 lines
879 B
Makefile

# New ports collection makefile for: netboot
# Date created: 16 Apr 2003
# Whom: dyeske@gmail.com
#
# $FreeBSD$
PORTNAME= netboot
PORTVERSION= 0.10.2
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Netboot with Packet or NDIS-2 drivers
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
BROKEN= does not build
USE_BDB= 42+
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_BISON= build
CONFIGURE_ARGS+= --enable-static=no --enable-bootrom=yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="${LIBS} -L${LOCALBASE}/lib"
MAN5= netboot.5 netboot.config.5 netboot.drivers.5 netboot.db.5
MAN8= mknbi-mgl.8 makerom.8 mknbi-dos.8 mknbi-linux.8 nbdbtool.8
post-install:
@if [ ! -f ${PREFIX}/etc/netboot.config ]; then \
${CP} ${PREFIX}/etc/netboot.config-dist ${PREFIX}/etc/netboot.config; \
fi
.include <bsd.port.mk>