summaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-12 17:03:08 +0000
committerpav <pav@FreeBSD.org>2003-12-12 17:03:08 +0000
commit423009190ebcd8352827fe82ac93027acb926344 (patch)
treedfc73f4bf77c3699d4050e724a6c07509af76edd /mbone
parent2800a57204974d5844fff54b2efe65f7b62a38ff (diff)
downloadFreeBSD-ports-423009190ebcd8352827fe82ac93027acb926344.zip
FreeBSD-ports-423009190ebcd8352827fe82ac93027acb926344.tar.gz
Add xspeakfree, a Tcl/Tk frontent to Speak Freely.
PR: ports/59064 Submitted by: Travis Poppe <tlp@liquidx.org>
Diffstat (limited to 'mbone')
-rw-r--r--mbone/Makefile1
-rw-r--r--mbone/xspeakfree/Makefile37
-rw-r--r--mbone/xspeakfree/distinfo1
-rw-r--r--mbone/xspeakfree/pkg-descr6
-rw-r--r--mbone/xspeakfree/pkg-plist11
5 files changed, 56 insertions, 0 deletions
diff --git a/mbone/Makefile b/mbone/Makefile
index 1b53a7d..cf9dd91 100644
--- a/mbone/Makefile
+++ b/mbone/Makefile
@@ -16,5 +16,6 @@
SUBDIR += vic
SUBDIR += wb
SUBDIR += wbd
+ SUBDIR += xspeakfree
.include <bsd.port.subdir.mk>
diff --git a/mbone/xspeakfree/Makefile b/mbone/xspeakfree/Makefile
new file mode 100644
index 0000000..9241c2d
--- /dev/null
+++ b/mbone/xspeakfree/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: xspeakfree
+# Date created: 08 Nov 2003
+# Whom: Travis Poppe <tlp@liquidx.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xspeakfree
+PORTVERSION= 0.8.2
+CATEGORIES= mbone net audio
+MASTER_SITES= http://mybox.ngworld.net/distfiles/
+
+MAINTAINER= tlp@liquidx.org
+COMMENT= Tcl/Tk (wish) frontend to Speak Freely
+
+RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+ ${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely \
+
+NO_BUILD= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+
+PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
+ ${MKDIR} ${PREFIX}/lib/xspeakfree
+ ${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
+ ${MKDIR} ${DOCSDIR}
+.for FILE in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/mbone/xspeakfree/distinfo b/mbone/xspeakfree/distinfo
new file mode 100644
index 0000000..dc11408
--- /dev/null
+++ b/mbone/xspeakfree/distinfo
@@ -0,0 +1 @@
+MD5 (xspeakfree-0.8.2.tar.gz) = d2bf1a47a56acea1ef64ddf66cd28220
diff --git a/mbone/xspeakfree/pkg-descr b/mbone/xspeakfree/pkg-descr
new file mode 100644
index 0000000..58e9148
--- /dev/null
+++ b/mbone/xspeakfree/pkg-descr
@@ -0,0 +1,6 @@
+xspeakfree is a Tcl/Tk (wish) frontend to Speak Freely.
+
+WWW: http://www.spearce.org/projects/xspeakfree/
+
+- Travis Poppe
+tlp@liquidx.org
diff --git a/mbone/xspeakfree/pkg-plist b/mbone/xspeakfree/pkg-plist
new file mode 100644
index 0000000..cb03efb
--- /dev/null
+++ b/mbone/xspeakfree/pkg-plist
@@ -0,0 +1,11 @@
+bin/xspeakfree
+lib/xspeakfree/busy.au
+lib/xspeakfree/cmd.tcl
+lib/xspeakfree/gui.tcl
+lib/xspeakfree/newdialog.tcl
+lib/xspeakfree/open3.tcl
+lib/xspeakfree/ring.au
+lib/xspeakfree/siteconf.tcl
+lib/xspeakfree/xspeakfree-version.tcl
+lib/xspeakfree/xspeakfree.tcl
+@dirrm lib/xspeakfree
OpenPOWER on IntegriCloud