summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-pitfdll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-pitfdll/Makefile')
-rw-r--r--multimedia/gstreamer-pitfdll/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile
deleted file mode 100644
index 5539a340a..000000000
--- a/multimedia/gstreamer-pitfdll/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gstreamer plugins pitfdll
-# Date created: 08 Oct 2005
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gstreamer-pitfdll
-PORTVERSION= 0.8.2
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pitfdll
-DISTNAME= pitfdll-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GStreamer DLL loader plugin
-
-RUN_DEPENDS= ${LOCALBASE}/lib/win32/wmv8ds32.ax:${PORTSDIR}/multimedia/win32-codecs
-
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
-USE_GSTREAMER80= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-GST_VERSION= 0.8
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|g' \
- ${WRKSRC}/ext/pitfdll/Makefile.in \
- ${WRKSRC}/gst-libs/ext/loader/wine/Makefile.in
-
-post-install:
-# register plugins
- -@${X11BASE}/bin/gst-register-${GST_VERSION} \
- --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
-
-.include <bsd.port.mk>