aboutsummaryrefslogtreecommitdiff
path: root/audio/speak_freely/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-25 18:08:47 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-25 18:08:47 +0000
commit0133c0ed4fe7e9933007fbce7790d45a09aeed33 (patch)
tree6b255a47888aa212245332ea6636fb539ed2673f /audio/speak_freely/Makefile
parent9b4147b882ea2cd8c85e1514770077e958190135 (diff)
downloadports-0133c0ed4fe7e9933007fbce7790d45a09aeed33.tar.gz
ports-0133c0ed4fe7e9933007fbce7790d45a09aeed33.zip
Update to 7.6a.
PR: 53302 Submitted by: Michael A. Dickerson <mikey@singingtree.com>
Notes
Notes: svn path=/head/; revision=83603
Diffstat (limited to 'audio/speak_freely/Makefile')
-rw-r--r--audio/speak_freely/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile
index 4da1caa45b21..2948101a21c2 100644
--- a/audio/speak_freely/Makefile
+++ b/audio/speak_freely/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= speak_freely
-PORTVERSION= 7.5
+PORTVERSION= 7.6a
CATEGORIES= mbone audio security
-MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/download/${PORTVERSION}/
+MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/download/7.6/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Voice Communication Over Data Networks
+COMMENT= Voice communication over data networks
LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
@@ -23,11 +23,6 @@ MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/}
MAKE_ENV= "OPTFLAGS=${CFLAGS}"
-post-patch:
- @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \
- ${WRKSRC}/soundbyte.c > ${WRKSRC}/soundbyte.c.new
- @${MV} ${WRKSRC}/soundbyte.c.new ${WRKSRC}/soundbyte.c
-
do-install:
if [ ! -d ${SFLIB} ]; then \
${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${SFLIB}; \