# -*- 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 105989 2013-05-12 07:06:24Z jmr@macports.org $

PortSystem          1.0

name                gst-plugins-gl
version             0
epoch               1
long_description    This is a stub port for gst-plugins-gl, OpenGL integration for GStreamer.\
                    Version 0.10.3 of gst-plugins-gl is provided by the gstreamer010-gst-plugins-gl \
                    port.  These plugins have not been ported to the 1.x release of GStreamer.
maintainers         nomaintainer
categories          gnome
platforms           darwin
homepage            http://gstreamer.freedesktop.org/
distfiles

replaced_by         gstreamer010-gst-plugins-gl
description         stub port, install $replaced_by instead

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