# -*- 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

PortSystem          1.0
PortGroup           deprecated 1.0

deprecated.macports_support no

name                mythtv-pkg.27
version             Fixes-0.27.4
revision            1
categories          multimedia
platforms           darwin
supported_archs     x86_64
license             GPL-2
maintainers         nomaintainer

description         personal video recorder (PVR) and media centre system package

long_description    \
Installs a complete MythTV PVR system (backend, frontend, database manager plus MythWeb). \
Upgrading?  You should backup your database, and take other steps, BEFORE \
installing this software.  See the link below for details.

homepage            https://www.mythtv.org/wiki/Myth_for_Mac_with_MacPorts
master_sites

depends_run         port:mariadb-server port:mythtv-core.27 port:mythweb.27 \
                    port:MacPorts_daemondo

universal_variant   no

distfiles
use_configure no
build {}

destroot {
    xinstall -m 0755 ${filespath}/README_mythtv-pkg27_MacPorts.txt \
        ${destroot}${prefix}/share/mythtv-pkg
}
