openbsd-ports/mbone/relate/Makefile
turan 52af539a3d relate, broken. dependency mbone/wbd is also broken
wbd, broken.  new distsites needed.  sources do not fetch consistantly
1999-11-03 01:11:49 +00:00

30 lines
705 B
Makefile

# $OpenBSD: Makefile,v 1.3 1999/11/03 01:11:49 turan Exp $
BROKEN= dependency mbone/wbd is also broken
DISTNAME= relate
DISTFILES= relate-2.0.tar.gz
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/2.0/
MAINTAINER= angelos@openbsd.org
NEED_VERSION= 1.111
LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \
tk80:${PORTSDIR}/x11/tk80 \
RUN_DEPENDS= nte:${PORTSDIR}/mbone/nte \
vic:${PORTSDIR}/mbone/vic \
wbd:${PORTSDIR}/mbone/wbd \
rat:${PORTSDIR}/mbone/rat
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/relate ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/relate.tcl ${PREFIX}/bin
.include <bsd.port.mk>