diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:58:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:58:55 +0800 |
commit | 64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd (patch) | |
tree | 57f468f21292322b631b46e8963cb2b4df4b7c8a /www/swfdec-plugin/Makefile | |
parent | 7d48260effbe5918b5e299173d49134f71a7a5f5 (diff) | |
download | marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.gz marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.bz2 marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.lz marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.xz marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.zst marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.zip |
Remove this port now that it is in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6152 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/swfdec-plugin/Makefile')
-rw-r--r-- | www/swfdec-plugin/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile deleted file mode 100644 index 59749a3ee..000000000 --- a/www/swfdec-plugin/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Ports collection makefile for: swfdec-plugin -# Date created: Jun 14, 2005 -# Whom: anholt -# -# $FreeBSD$ -# - -PORTNAME= swfdec-plugin -PORTVERSION= 0.3.5 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.schleef.org/swfdec/download/ -DISTNAME= swfdec-${PORTVERSION} - -MAINTAINER= anholt@FreeBSD.org -COMMENT= Flash rendering plugin - -LIB_DEPENDS= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec -.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox -.else -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} -.endif - -BROKEN= Does not compile - -USE_X_PREFIX= yes -USE_SDL= sdl -USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER80= gconf -USE_GETOPT_LONG= yes -USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" -CONFIGURE_ENV+= MOZILLA_CONFIG="${X11BASE}/bin/firefox-config" -.else -CONFIGURE_ENV+= MOZILLA_CONFIG="${X11BASE}/lib/mozilla/mozilla-config" -.endif - -INSTALLS_SHLIB= yes -INSTALL_WRKSRC= ${WRKSRC}/plugin - -PLIST_SUB= VERSION=${PORTVERSION:R} - -post-patch: - @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c - @${REINPLACE_CMD} -e "s,mozilla/plugins/,browser_plugins/," ${WRKSRC}/plugin/Makefile.in - -.include <bsd.port.mk> |