diff options
Diffstat (limited to 'graphics/swfdec/Makefile')
| -rw-r--r-- | graphics/swfdec/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile deleted file mode 100644 index e47a84b09..000000000 --- a/graphics/swfdec/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# $MCom: ports/graphics/swfdec/Makefile,v 1.27 2008/12/31 03:30:21 mezz Exp $ - -PORTNAME= swfdec -PORTVERSION= 0.8.4 -CATEGORIES= graphics -MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/ - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Flash Rendering Library - -LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_LDCONFIG= yes -USE_GNOME= gnomehack gtk20 ltverhack -USE_GSTREAMER= core good mp3 ffmpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION:R} - -OPTIONS= PULSEAUDIO "Enable the PulseAudio sound module" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PULSEAUDIO) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+= --with-audio=pulse -.else -CONFIGURE_ARGS+= --with-audio=oss -.endif - -post-extract: - @${CP} ${FILESDIR}/swfdec_playback_oss.c \ - ${WRKSRC}/swfdec-gtk - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> |
