summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-good/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins-good/Makefile')
-rw-r--r--multimedia/gstreamer-plugins-good/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile
deleted file mode 100644
index f9aa05b58..000000000
--- a/multimedia/gstreamer-plugins-good/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-good
-# Date created: 20 Jan 2006
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.13 2008/03/15 21:09:35 ahze Exp $
-#
-
-PORTREVISION= 2
-CATEGORIES= multimedia
-
-COMMENT= Good gstreamer-plugins
-
-GST_PLUGIN= good
-GST_PLUGIN_SUFFIX= -good
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
-RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
-
-gst_good_DIST= good
-GOOD_GST_DIRS= gst sys po
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-PLIST= ${.CURDIR}/pkg-plist
-FILESDIR=${.CURDIR}/files
-PATCHDIR=${.CURDIR}/files
-NO_GSTREAMER_COMMON= yes
-
-do-build:
-.for dir in ${GOOD_GST_DIRS}
- @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
-.endfor
-
-do-install:
-.for dir in ${GOOD_GST_DIRS}
- @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
-
-.endfor
-
-.include "${MASTERDIR}/Makefile"