aboutsummaryrefslogtreecommitdiff
path: root/net/xbone/Makefile
blob: 6f0c8242c0a54292f4bcfdf8528f779340f21dd0 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# New ports collection makefile for:    XBone
# Date created:         19 Jan 2001
# Whom:                 Yu-Shun Wang <xbone@isi.edu>
#
# $FreeBSD$
#

PORTNAME=	XBone
PORTVERSION=	2.0
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	http://www.isi.edu/xbone/software/x-bone/

MAINTAINER=	yushunwa@isi.edu
COMMENT=	A system for dynamic internet overlay deployment and management

.include <bsd.port.pre.mk>
.if ${OSVERSION} < 320000
BROKEN=	"X-Bone does not support FreeBSD prior to 3.2"
.endif

USE_GMAKE=	yes
USE_PERL5=	yes
IS_INTERACTIVE=	yes
NO_BUILD=	yes

.if !defined(OPTION) || ${OPTION}!=RD && ${OPTION}!=OMGUI
pre-fetch:
	@${ECHO} ""
	@${ECHO} "! You must set variable OPTION=OMGUI or OPTION=RD."
	@${ECHO} "  OMGUI: Install & configure the system for:"
	@${ECHO} "         (1) X-Bone Overlay Manager"
	@${ECHO} "         (2) X-Bone GUI files (html & CGI scripts)"
	@${ECHO} "         (3) X-Bone Overlay DNS server"
	@${ECHO} "  ** NORMALLY, YOU ONLY NEED ONE OMGUI-HOST TO RUN XBONE."
	@${ECHO} ""
	@${ECHO} "  RD: Install the X-Bone Resource Daemon which enables the"
	@${ECHO} "      system to participate in overlays as either a host"
	@${ECHO} "      or a router."
	@${ECHO} "  **  YOU NEED MULTIPLE RD-HOSTS TO CONSTRUCT OVERLAYS."
	@${FALSE}
.elif defined(OPTION)
.if ${OPTION}==RD
BUILD_DEPENDS=	${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \
		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
INSTALL_TARGET=	rd
PLIST=		${PKGDIR}/pkg-plist.rd
.else
BUILD_DEPENDS=	${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\
		${SITE_PERL}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI.pm \
		${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
		${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\
		${SITE_PERL}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \
		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
		${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
INSTALL_TARGET=	omgui
MAKE_ARGS=	PERL5=${PERL5} SYS=${SYS}
.endif
.endif

MAN1=		xb-pick.1
MAN5=		XB_Defs.pm.5 Xbone_daemon.conf.5 Xbone_daemon.state.5
MAN8=		X-Bone.8 xb-daemon.8 xb-overlay-manager.8 xb-config.8

.include <bsd.port.post.mk>