diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-12 17:03:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-12 17:03:08 +0000 |
commit | 3c9f969c2b60b136eb469ed16e7e61c0233dab11 (patch) | |
tree | 2a5a62b26f321a35c802155ec19f3aef2df13d13 /mbone | |
parent | 269805f42176e32e43ca584807e3918c46125b0a (diff) | |
download | ports-3c9f969c2b60b136eb469ed16e7e61c0233dab11.tar.gz ports-3c9f969c2b60b136eb469ed16e7e61c0233dab11.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 1 | ||||
-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 |
5 files changed, 56 insertions, 0 deletions
diff --git a/mbone/Makefile b/mbone/Makefile index 1b53a7d3ee92..cf9dd91f6f36 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 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 |