1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mbone/relate/Makefile
Martin Matuska 0168a776a6 - Deprecate due to planned removal of tcl8.0 / tk8.0
- Set expiration date to 2009-03-22
2009-01-22 11:56:07 +00:00

30 lines
739 B
Makefile

# 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
DEPRECATED= tcl8.0 support is going to be dropped
EXPIRATION_DATE= 2009-03-22
.include <bsd.port.mk>