aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/imm/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-10-14 09:37:12 +0800
committerwollman <wollman@FreeBSD.org>1994-10-14 09:37:12 +0800
commit58e0fbbdc72104da0d3dcd5ee96ab45e6082a618 (patch)
treeb63a482fb65b1ef29f8ab72612c9480b2499fdf2 /mbone/imm/Makefile
parent346fd723a5693bf44e6095265fb0f0720e6db062 (diff)
downloadfreebsd-ports-gnome-58e0fbbdc72104da0d3dcd5ee96ab45e6082a618.tar.gz
freebsd-ports-gnome-58e0fbbdc72104da0d3dcd5ee96ab45e6082a618.tar.zst
freebsd-ports-gnome-58e0fbbdc72104da0d3dcd5ee96ab45e6082a618.zip
IMM, the Internet Image Multicaster. Used to distribute still pictures
over the MBONE.
Diffstat (limited to 'mbone/imm/Makefile')
-rw-r--r--mbone/imm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile
new file mode 100644
index 000000000000..fb7dc73452c2
--- /dev/null
+++ b/mbone/imm/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: imm
+# Version required: 3.3
+# Date created: 13 October 1994
+# Whom: wollman
+#
+# $Id: Makefile,v 1.1.1.1 1994/10/13 00:50:38 wollman Exp $
+#
+
+DISTNAME= imm-3.3
+DISTFILES= imm-3.3-src.tar.Z
+MASTER_SITES= ftp://ftp.ucs.ed.ac.uk/pub/videoconference/imm/
+WRKSRC= ${WRKDIR}/src
+DEPENDS= ${PORTSDIR}/x11/tk
+
+.include <bsd.port.mk>