# -*- 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 55769 2009-08-18 16:39:09Z ryandesign@macports.org $

PortSystem 1.0

name            libmp4v2
version         1.5.0.1
revision        1
categories      audio
maintainers     nomaintainer
description     stub package. now installed with the mp4v2 port

long_description ${description}

homepage        http://resare.com/libmp4v2
platforms       darwin

distfiles

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