# -*- 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           conflicts_build 1.0
PortGroup           github 1.0
PortGroup           legacysupport 1.1
PortGroup           qmake 1.0

# uuid_string_t
legacysupport.newest_darwin_requires_legacy 9

# While CMake build system is also supported, it installs targets in a way
# they are not found by projects in need of them. Use Qmake.
github.setup        d1vanov qt4-mimetypes f7a4aba73d378f9979974403fc3dad9a5d1f3ddc
version             20170225
revision            0
categories          devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             LGPL-2.1

description         Backport of QMimeType and QMimeDatabase from Qt5 into Qt4
long_description    {*}${description}

checksums           rmd160  bf4d1daeea798dcb938c57591aae15470a94fee3 \
                    sha256  eba48e4cbc9e3ec287404e252c1aaf2313582c5b1cefd3fc2c75c2a8127f6065 \
                    size    4944465
github.tarball_from archive

# usr/include/hfs/hfs_format.h:804:20: error: unknown type name 'uuid_string_t'
# https://trac.macports.org/ticket/49431
conflicts_build     libuuid
