summaryrefslogtreecommitdiff
path: root/net/rboot/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:15:23 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:15:23 +0000
commitaff9e2064578a114be4d070678a84122dd20be5e (patch)
tree452ead739ff8c720239a8db0d7500613b4ad31a9 /net/rboot/Makefile
parentActivate ncplib. (diff)
Moving the rboot port from misc to net. RBoot is a remote boot facility
for PC operating systems. It allows you to setup several PCs so that they fetch their operating systems from a central UNIX server.
Notes
Notes: svn path=/head/; revision=23726
Diffstat (limited to 'net/rboot/Makefile')
-rw-r--r--net/rboot/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/rboot/Makefile b/net/rboot/Makefile
new file mode 100644
index 000000000000..88f5d23bdf8f
--- /dev/null
+++ b/net/rboot/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: rboot
+# Version required: 3.0
+# Date created: 25 Jun 1999
+# Whom: m.butkus@tu-bs.de
+#
+# $FreeBSD$
+#
+
+DISTNAME= rboot-3.0.1
+CATEGORIES= net
+MASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/
+
+MAINTAINER= m.butkus@tu-bs.de
+
+NO_PACKAGE= "this port creates devices"
+
+post-install:
+ @${ECHO} ""
+ @${ECHO} "======================================================="
+ @${ECHO} "This port performs only a basic RBoot installation."
+ @${ECHO} "Please see the file ${WRKDIR}/${DISTNAME}/INSTALL"
+ @${ECHO} "for additional instructions on setting up RBoot."
+ @${ECHO} "Note that RBoot has been installed in ${PREFIX}/rboot."
+ @${ECHO} "======================================================="
+ @${ECHO} ""
+
+.include <bsd.port.mk>