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

name            exo
version         4.18.0
revision        0
checksums       rmd160  189c139aeaa48ab85d6ad4569c098840a69325a2 \
                sha256  4f2c61d045a888cdb64297fd0ae20cc23da9b97ffb82562ed12806ed21da7d55 \
                size    896849

set branch      [join [lrange [split ${version} .] 0 1] .]
categories      xfce
license         GPL-2+ LGPL-2+
maintainers     nomaintainer
description     libexo is targeted at application development for Xfce
long_description {*}${description}

homepage        https://docs.xfce.org/xfce/exo/start
master_sites    https://archive.xfce.org/src/xfce/${name}/${branch}/
use_bzip2       yes

perl5.branches  5.34

depends_build   port:intltool \
                port:pkgconfig
depends_lib     path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
                port:libxfce4util \
                port:libxfce4ui \
                port:p${perl5.major}-uri

patchfiles      exo-mmintrin.diff

configure.perl  ${perl5.bin}

platform darwin {
    configure.args-append --disable-visibility
}
