summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-core/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-17 08:00:02 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-17 08:00:02 +0800
commit7918332adb3a19e3b17136ec8378c39f3dcca9a2 (patch)
tree5e2d039cd6a62abbd71e7a9edb7c539d446166e7 /multimedia/gstreamer-plugins-core/Makefile
parentc4fd8c7e0b536aae01c390557fe6852160f76af1 (diff)
downloadmarcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar.gz
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar.bz2
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar.lz
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar.xz
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.tar.zst
marcuscom-ports-7918332adb3a19e3b17136ec8378c39f3dcca9a2.zip
- LOCALBASE it
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6605 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-core/Makefile')
-rw-r--r--multimedia/gstreamer-plugins-core/Makefile55
1 files changed, 55 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile
new file mode 100644
index 000000000..d88bc5a11
--- /dev/null
+++ b/multimedia/gstreamer-plugins-core/Makefile
@@ -0,0 +1,55 @@
+# 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-core/Makefile,v 1.14 2006/01/21 21:22:18 ahze Exp $
+
+PORTNAME= gstreamer-plugins-core
+PORTVERSION= 0.10
+PORTREVISION= 6
+CATEGORIES= multimedia audio
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= multimedia@FreeBSD.org
+COMMENT= Core set of typical audio and video gstreamer-plugins
+
+NO_BUILD= yes
+GST_DIR= lib/gstreamer-${PORTVERSION}
+PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep
+
+WANT_GSTREAMER= yes
+
+.include <bsd.port.pre.mk>
+
+# Audio plugins
+USE_GSTREAMER+= mad ogg vorbis
+
+# Graphics plugins
+USE_GSTREAMER+= libpng
+
+# Misc plugins
+USE_GSTREAMER+= pango
+
+# Multimedia plugins
+USE_GSTREAMER+= ffmpeg good theora xvid
+
+.if !defined(WITHOUT_DVD)
+# Audio plugins
+USE_GSTREAMER+= a52dec dvd dts
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD"
+ @${ECHO_MSG} ""
+
+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>