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

name                qt4pas
version             2.5
revision            0
categories          devel pascal
license             GPL-2
maintainers         {@kamischi web.de:karl-michael.schindler} \
                    {@barracuda156 gmail.com:vital.had} \
                    openmaintainer
description         Pascal wrapper for Qt4

long_description    The Free Pascal Qt4 binding allows Free Pascal to interface with the \
                    C++ Library Qt. \
                    \
                    This binding does not cover the whole Qt4 framework but only the classes \
                    needed by the Cross Platform Lazarus IDE to use Qt as a widget set.

homepage            https://wiki.lazarus.freepascal.org/Qt4_binding
github.setup        pikatenor ${name} ${version} V _Qt4.5.3
github.tarball_from archive
checksums           rmd160  58cfeb69bad701fccbd64345e49fba1aae80f4b7 \
                    sha256  119a4078c9933e94a3202dfdd46a44172a9098cbc0240491592071fe831761da \
                    size    362661

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/qt4pas
    xinstall -m 644 {*}[glob ${worksrcpath}/*.TXT] ${destroot}${prefix}/share/doc/qt4pas
}
