summaryrefslogtreecommitdiff
path: root/mbone/wbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/wbd/Makefile')
-rw-r--r--mbone/wbd/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile
new file mode 100644
index 000000000000..e3519336402b
--- /dev/null
+++ b/mbone/wbd/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: wbd
+# Date created: 11 May 2001
+# Whom: assar
+#
+# $FreeBSD$
+#
+
+PORTNAME= wbd
+PORTVERSION= 1.0u4
+CATEGORIES= mbone
+MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/
+DISTNAME= wbd-1.0ucl4
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+
+WRKSRC= ${WRKDIR}/wbd
+MAKEFILE= makefile
+
+.include <bsd.port.mk>