9a6f3212df
either France nor cvs. Chris, I'd suggest you find yourself a real network. In any case, the point is moot since ftp.openbsd.org carries the file.
33 lines
722 B
Makefile
33 lines
722 B
Makefile
# $OpenBSD: Makefile,v 1.12 2000/06/06 22:41:16 espie Exp $
|
|
|
|
DISTNAME= relate
|
|
DISTFILES= relate-2.0.tar.gz
|
|
CATEGORIES= mbone
|
|
NEED_VERSION= 1.230
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/2.0/
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= tcl80::lang/tcl/8.0 \
|
|
tk80::x11/tk/8.0 \
|
|
|
|
RUN_DEPENDS= nte::mbone/nte \
|
|
vic::mbone/vic \
|
|
wbd::mbone/wbd \
|
|
rat::mbone/rat
|
|
|
|
USE_GMAKE= Yes
|
|
MAKE_FILE= makefile
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/relate ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/relate.tcl ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|