summaryrefslogtreecommitdiffstats
path: root/net/pxe
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-07 21:35:45 +0000
committeranders <anders@FreeBSD.org>2002-04-07 21:35:45 +0000
commit8aed7d5541f54f73eb5cd867d2d99b04753f6809 (patch)
tree4f851fdee387cbce580cd010d5432f78f1078283 /net/pxe
parent9833de64e5699bc56aec9e5f0febaec734603e7a (diff)
downloadFreeBSD-ports-8aed7d5541f54f73eb5cd867d2d99b04753f6809.zip
FreeBSD-ports-8aed7d5541f54f73eb5cd867d2d99b04753f6809.tar.gz
Add pxe:
This is a PXE daemon, which you can use to set up a networked boot menu for netbooting client machines (FreeBSD, Linux, Windows, etc.) that support & utilize Intel's Preboot eXecution Environment (PXE).
Diffstat (limited to 'net/pxe')
-rw-r--r--net/pxe/Makefile38
-rw-r--r--net/pxe/distinfo1
-rw-r--r--net/pxe/pkg-comment1
-rw-r--r--net/pxe/pkg-descr7
-rw-r--r--net/pxe/pkg-plist7
5 files changed, 54 insertions, 0 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
new file mode 100644
index 0000000..5d571a9
--- /dev/null
+++ b/net/pxe/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: pxe
+# Date created: 7 April 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pxe
+PORTVERSION= 1.2
+CATEGORIES= net
+MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \
+ ftp://ftp.nuug.no/pub/anders/distfiles/
+
+MAINTAINER= anders@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \
+ --with-log=/var/log/pxe.log \
+ --with-setuid=nobody
+
+DOCS= Changes INSTALL LICENCE README
+
+post-patch:
+ ${PERL} -pi -e "s,^CFLAGS.*,CFLAGS=\t\@CFLAGS\@,; \
+ s,^CC.*,CC=\t${CXX}," \
+ ${WRKSRC}/Makefile.in
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/
+ ${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample
+.if !defined(NOPORTDOCS)
+ @${INSTALL} -d -m 0755 ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/pxe/distinfo b/net/pxe/distinfo
new file mode 100644
index 0000000..f9a51b6
--- /dev/null
+++ b/net/pxe/distinfo
@@ -0,0 +1 @@
+MD5 (pxe-1.2.tar.gz) = c7a9573e986ef62900a7b90b740bfe0b
diff --git a/net/pxe/pkg-comment b/net/pxe/pkg-comment
new file mode 100644
index 0000000..c957071
--- /dev/null
+++ b/net/pxe/pkg-comment
@@ -0,0 +1 @@
+PXE daemon, set up a boot menu for netbooting PXE enabled clients
diff --git a/net/pxe/pkg-descr b/net/pxe/pkg-descr
new file mode 100644
index 0000000..da40376
--- /dev/null
+++ b/net/pxe/pkg-descr
@@ -0,0 +1,7 @@
+This is a PXE daemon, which you can use to set up a networked boot menu for
+netbooting client machines (FreeBSD, Linux, Windows, etc.) that support &
+utilize Intel's Preboot eXecution Environment (PXE).
+
+WWW: http://www.kano.org.uk/projects/pxe/
+
+- Anders Nordby <anders@FreeBSD.org>
diff --git a/net/pxe/pkg-plist b/net/pxe/pkg-plist
new file mode 100644
index 0000000..fab56e9
--- /dev/null
+++ b/net/pxe/pkg-plist
@@ -0,0 +1,7 @@
+sbin/pxe
+etc/pxe.conf.sample
+%%PORTDOCS%%share/doc/pxe/Changes
+%%PORTDOCS%%share/doc/pxe/INSTALL
+%%PORTDOCS%%share/doc/pxe/LICENCE
+%%PORTDOCS%%share/doc/pxe/README
+%%PORTDOCS%%@dirrm share/doc/pxe
OpenPOWER on IntegriCloud