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 /multimedia/gstreamer-plugins-core80/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 'multimedia/gstreamer-plugins-core80/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-core80/Makefile | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/multimedia/gstreamer-plugins-core80/Makefile b/multimedia/gstreamer-plugins-core80/Makefile deleted file mode 100644 index a996c7e60..000000000 --- a/multimedia/gstreamer-plugins-core80/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-core -# Date created: 2004-11-15 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-core80/Makefile,v 1.3 2006/01/23 23:29:39 marcus Exp $ - -PORTNAME= gstreamer-plugins-core80 -PORTVERSION= 0.8.11 -PORTREVISION= 7 -CATEGORIES= multimedia audio -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Core set of typical audio and video gstreamer-plugins - -USE_X_PREFIX= yes -NO_BUILD= yes - -GST_DIR= lib/gstreamer-${GST80_VERSION} -PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep - -WANT_GSTREAMER= yes - -.include <bsd.port.pre.mk> - -# Audio plugins -USE_GSTREAMER80+= mad vorbis - -# Graphics plugins -USE_GSTREAMER80+= libpng - -# Misc plugins -USE_GSTREAMER80+= pango - -# Multimedia plugins -USE_GSTREAMER80+= ffmpeg - -.if ${OSVERSION} > 500035 || defined(WITH_XVID) -USE_GSTREAMER80+= xvid -.endif - -.if !defined(WITHOUT_DVD) -# Audio plugins -USE_GSTREAMER80+= a52dec - -# Multimedia plugins -USE_GSTREAMER80+= dts dvd -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" - @${ECHO_MSG} "" -.if ${OSVERSION} < 500035 && !defined(WITH_XVID) - @${ECHO_MSG} " Enable XVID plugins by defining WITH_XVID" - @${ECHO_MSG} "" -.endif - -do-install: - if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ - ${MKDIR} ${PREFIX}/${GST_DIR} ; \ - fi - ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep - -.include <bsd.port.post.mk> |