diff options
author | pav <pav@FreeBSD.org> | 2003-12-13 01:03:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-13 01:03:08 +0800 |
commit | 423009190ebcd8352827fe82ac93027acb926344 (patch) | |
tree | dfc73f4bf77c3699d4050e724a6c07509af76edd /mbone/xspeakfree | |
parent | 2800a57204974d5844fff54b2efe65f7b62a38ff (diff) | |
download | freebsd-ports-gnome-423009190ebcd8352827fe82ac93027acb926344.tar.gz freebsd-ports-gnome-423009190ebcd8352827fe82ac93027acb926344.tar.zst freebsd-ports-gnome-423009190ebcd8352827fe82ac93027acb926344.zip |
Add xspeakfree, a Tcl/Tk frontent to Speak Freely.
PR: ports/59064
Submitted by: Travis Poppe <tlp@liquidx.org>
Diffstat (limited to 'mbone/xspeakfree')
-rw-r--r-- | mbone/xspeakfree/Makefile | 37 | ||||
-rw-r--r-- | mbone/xspeakfree/distinfo | 1 | ||||
-rw-r--r-- | mbone/xspeakfree/pkg-descr | 6 | ||||
-rw-r--r-- | mbone/xspeakfree/pkg-plist | 11 |
4 files changed, 55 insertions, 0 deletions
diff --git a/mbone/xspeakfree/Makefile b/mbone/xspeakfree/Makefile new file mode 100644 index 000000000000..9241c2d5c1fa --- /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 000000000000..dc1140874f04 --- /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 000000000000..58e91481b308 --- /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 000000000000..cb03efb870e0 --- /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 |