diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
commit | 7d48260effbe5918b5e299173d49134f71a7a5f5 (patch) | |
tree | 03bcaa0a7a269e086e0a824cc5834cba5be0148d /graphics/swfdec/Makefile | |
parent | 5cf584c5931d71f29c1a616e77874d93372c28cb (diff) | |
download | marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.bz2 marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.lz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.xz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/swfdec/Makefile')
-rw-r--r-- | graphics/swfdec/Makefile | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile deleted file mode 100644 index ff6fb97a6..000000000 --- a/graphics/swfdec/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= swfdec -PORTVERSION= 0.3.6 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.schleef.org/swfdec/download/ - -MAINTAINER= rainer.alves@gmail.com -COMMENT= Flash Rendering Library - -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - oil-0.3.1:${PORTSDIR}/devel/liboil - -USE_X_PREFIX= yes -USE_SDL= sdl -USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER80= gconf -USE_GETOPT_LONG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-mozilla-plugin -INSTALLS_SHLIB= yes - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.if exists(${X11BASE}/bin/gimp-2.2) -WITH_GIMP=yes -.endif - -.if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0.200:${PORTSDIR}/graphics/gimp -PLIST_SUB+= GIMP="" -.else -PLIST_SUB+= GIMP="@comment " -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "Define WITH_GIMP in order to build the SWF Gimp plugin" - @${ECHO} "" - -post-patch: -.if !defined(WITH_GIMP) - @${REINPLACE_CMD} -e 's|gimp-loader||g' ${WRKSRC}/Makefile.in -.endif - @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c - @${REINPLACE_CMD} -e 's|libdir)/gimp/1.3|prefix)/libexec/gimp/2.2|g' ${WRKSRC}/gimp-loader/Makefile.in - @${REINPLACE_CMD} -e 's|plugin||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure - -.include <bsd.port.mk> |