summaryrefslogtreecommitdiff
path: root/net/rboot/Makefile
blob: 9b51b953713bfbf874f3b0364b82f5561686ea2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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.bs.ni.schule.de/support/rboot/download/

MAINTAINER=	m.butkus@tu-bs.de
COMMENT=	A remote-boot solution for M$$ operating systems

NO_PACKAGE=	"this port creates devices"

MAN7=		rboot.7
MAN8=		netboot.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502108
BROKEN=		"Does not install on FreeBSD >= 5.x"
.endif

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>