diff options
Diffstat (limited to 'net/rboot/Makefile')
-rw-r--r-- | net/rboot/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net/rboot/Makefile b/net/rboot/Makefile deleted file mode 100644 index 62f1f75b60ed..000000000000 --- a/net/rboot/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: rboot -# Date created: 25 Jun 1999 -# Whom: m.butkus@tu-bs.de -# -# $FreeBSD$ -# - -PORTNAME= rboot -PORTVERSION= 3.0.1 -CATEGORIES= net -MASTER_SITES= http://www.franksworld.org/dist/${PORTNAME}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A remote-boot solution for Microsoft operating systems - -NO_PACKAGE= this port creates devices - -DEPRECATED= The project is no longer under development, and has no homepage -EXPIRATION_DATE=2007-06-01 - -MAN7= rboot.7 -MAN8= netboot.8 - -.include <bsd.port.pre.mk> - -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.post.mk> |