# -*- 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 55770 2009-08-18 16:42:53Z ryandesign@macports.org $

PortSystem      1.0

name            mpeg4ip
version         1.5.0.1
revision        2
categories      audio
platforms       darwin
maintainers     nomaintainer
homepage        http://mpeg4ip.sf.net/
description     stub package. now installed with the mp4v2 port.

long_description ${description}

distfiles

build           {}
destroot        {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo ${description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}
use_configure   no
livecheck.check none
