# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 105988 2013-05-12 07:01:04Z jmr@macports.org $

PortSystem          1.0

name                gstreamer
version             0
epoch               1
description         stub port, install gstreamer010 or gstreamer1 instead
long_description    This is a stub port for GStreamer, a library for constructing graphs of \
                    media-handling components.  The current version of GStreamer is provided by \
                    the gstreamer1 port.  Version 0.10.36 of gstreamer is provided by the \
                    gstreamer01 port.
maintainers         nomaintainer
categories          gnome
platforms           darwin
homepage            http://${name}.freedesktop.org/
distfiles

replaced_by         gstreamer010

livecheck.type      none
pre-configure {
    ui_error "Please do not install this port since it has been replaced by '${replaced_by}'."
    return -code error
}
