View | Details | Raw Unified | Return to bug 45422
Collapse All | Expand All

(-)audio/speex/Makefile (-2 / +11 lines)
Lines 8-27 Link Here
8
8
9
PORTNAME=	speex
9
PORTNAME=	speex
10
PORTVERSION=	1.0.b3
10
PORTVERSION=	1.0.b3
11
PORTEPOCH=	1
11
CATEGORIES=	audio
12
CATEGORIES=	audio
12
MASTER_SITES=	http://www.speex.org/download/
13
MASTER_SITES=	http://www.speex.org/download/
13
DISTNAME=	speex-${PORTVERSION:S/.b/beta/}
14
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/beta/}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
17
17
LIB_DEPENDS=	ogg.4:${PORTSDIR}/audio/libogg \
18
LIB_DEPENDS=	ogg.4:${PORTSDIR}/audio/libogg \
18
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
19
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
19
20
21
USE_REINPLACE=	yes
20
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
21
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
23
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
22
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
26
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
25
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
28
29
MAN1=		speexdec.1 speexenc.1
30
31
post-patch:
32
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
33
		's|doc win32|win32|g ; \
34
		 s|^mandir =.*$$|mandir = @mandir@|g' 
26
35
27
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)audio/speex/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
voice over IP (VoIP). In some sense, it is meant to be complementary to
4
voice over IP (VoIP). In some sense, it is meant to be complementary to
5
the Ogg Vorbis codec.
5
the Ogg Vorbis codec.
6
6
7
WWW: http://speex.sourceforge.net/
7
WWW: http://www.speex.org/
(-)audio/speex/pkg-plist (-2 / +2 lines)
Lines 1-11 Link Here
1
@comment $FreeBSD: ports/audio/speex/pkg-plist,v 1.2 2002/07/30 23:32:44 naddy Exp $
1
@comment $FreeBSD: ports/audio/speex/pkg-plist,v 1.2 2002/07/30 23:32:44 naddy Exp $
2
bin/speexdec
2
bin/speexdec
3
bin/speexenc
3
bin/speexenc
4
bin/testenc
5
bin/testenc_wb
6
include/speex.h
4
include/speex.h
7
include/speex_bits.h
5
include/speex_bits.h
6
include/speex_callbacks.h
8
include/speex_header.h
7
include/speex_header.h
8
include/speex_stereo.h
9
lib/libspeex.a
9
lib/libspeex.a
10
lib/libspeex.so
10
lib/libspeex.so
11
lib/libspeex.so.0
11
lib/libspeex.so.0

Return to bug 45422