summaryrefslogtreecommitdiff
path: root/mbone/speak_freely/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/speak_freely/Makefile')
-rw-r--r--mbone/speak_freely/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/mbone/speak_freely/Makefile b/mbone/speak_freely/Makefile
index 4da1caa45b21..2948101a21c2 100644
--- a/mbone/speak_freely/Makefile
+++ b/mbone/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}; \