aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/relate/Makefile
blob: cacfccb1f0d4ab8f59718cdc991b2e55df2285b2 (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
# New ports collection makefile for:    relate
# Date created:     6 June 2001
# Whom:         Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   relate
PORTVERSION=    2.1
PORTREVISION=   1
CATEGORIES= mbone
MASTER_SITES=   http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/${PORTVERSION}/

MAINTAINER= mutoh@openedu.org
COMMENT=    Mbone integrated interface, audio, video, editor, and whiteboard

LIB_DEPENDS=    tk82:${PORTSDIR}/x11-toolkits/tk82
RUN_DEPENDS=    rat30:${PORTSDIR}/mbone/rat30 \
        wbd:${PORTSDIR}/mbone/wbd \
        nte:${PORTSDIR}/mbone/nte \
        vic:${PORTSDIR}/mbone/vic

PLIST_FILES=    bin/relate
WRKSRC=     ${WRKDIR}/relate

.include <bsd.port.mk>