# -*- 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-ugly
version             0
epoch               1
long_description    This is a stub port for gst-plugins-ugly, a set of good-quality plug-ins for \
                    GStreamer that might pose distribution problems.  The current version of \
                    gst-plugins-ugly is provided by the gstreamer1-gst-plugins-ugly port.  Version \
                    0.10.19 of gst-plugins-ugly is provided by the gstreamer01-gst-plugins-ugly port.
maintainers         nomaintainer
categories          gnome
platforms           darwin
homepage            http://gstreamer.freedesktop.org/
distfiles

replaced_by         gstreamer010-gst-plugins-ugly
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
}   
