1999-12-10 15:15:23 +00:00
|
|
|
# New ports collection makefile for: rboot
|
|
|
|
# Date created: 25 Jun 1999
|
|
|
|
# Whom: m.butkus@tu-bs.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= rboot
|
|
|
|
PORTVERSION= 3.0.1
|
1999-12-10 15:15:23 +00:00
|
|
|
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>
|