From 36e6dec240193ba679aa4b831f960e4bad8f0fe0 Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 20 Nov 2002 12:21:14 +0000 Subject: - Add missing MAN line - Fix pkg-plist - Update WWW: line PR: 45422 Submitted by: Ports Fury --- audio/speex/Makefile | 13 +++++++++++-- audio/speex/pkg-descr | 2 +- audio/speex/pkg-plist | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'audio/speex') diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 5345231d418d..376ed411827f 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,20 +8,29 @@ PORTNAME= speex PORTVERSION= 1.0.b3 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ -DISTNAME= speex-${PORTVERSION:S/.b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +USE_REINPLACE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" INSTALLS_SHLIB= yes +MAN1= speexdec.1 speexenc.1 + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|doc win32|win32|g ; \ + s|^mandir =.*$$|mandir = @mandir@|g' + .include diff --git a/audio/speex/pkg-descr b/audio/speex/pkg-descr index 973b41e13069..4ad2193cb240 100644 --- a/audio/speex/pkg-descr +++ b/audio/speex/pkg-descr @@ -4,4 +4,4 @@ designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some sense, it is meant to be complementary to the Ogg Vorbis codec. -WWW: http://speex.sourceforge.net/ +WWW: http://www.speex.org/ diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index e528504a4de5..027cd959ec1e 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -1,11 +1,11 @@ @comment $FreeBSD$ bin/speexdec bin/speexenc -bin/testenc -bin/testenc_wb include/speex.h include/speex_bits.h +include/speex_callbacks.h include/speex_header.h +include/speex_stereo.h lib/libspeex.a lib/libspeex.so lib/libspeex.so.0 -- cgit