diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:50:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:50:15 +0000 |
commit | 0f28824a015ef202713615ac0e4f0947c451f48b (patch) | |
tree | 10b618140e90d587f70e95174b21199906dcd905 /audio/speex-devel/Makefile | |
parent | d32b2490f3e4f97ebd6c3cac7d54a5622ddc70ea (diff) |
Notes
Diffstat (limited to 'audio/speex-devel/Makefile')
-rw-r--r-- | audio/speex-devel/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile deleted file mode 100644 index 70a13bc66fb7..000000000000 --- a/audio/speex-devel/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Ports collection makefile for: Speex -# Date created: Jul 30, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# $MCom: ports-stable/audio/speex-devel/Makefile,v 1.1 2006/03/04 21:32:25 ahze Exp $ -# - -PORTNAME= speex -DISTVERSION= 1.2beta1 -PORTEPOCH= 1 -CATEGORIES= audio -MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ -PKGNAMESUFFIX= -devel - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= An open-source patent-free voice codec - -LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg - -CONFLICTS= speex-[0-9]* - -USE_GNOME= gnomehack gnometarget ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GETOPT_LONG=yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= speexdec.1 speexenc.1 - -.include <bsd.port.pre.mk> - -.if ${MACHINE_CPU:Msse}!="" -CONFIGURE_ARGS+= --enable-sse -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|doc win32|win32|g ; \ - s|^mandir =.*$$|mandir = @mandir@|g' - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ - ${WRKSRC}/*/*.h - @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ - s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> |