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

PortSystem      1.0

name            gq
version         1.2.3
revision        1
categories      net
platforms       darwin
maintainers     gmail.com:syzdek
license         {GPL-2+ OpenSSLException}

description     GQ is a GTK-based LDAP client.
long_description ${description}
homepage        http://gq-project.org/
master_sites    sourceforge:project/gqclient/GQ%20LDAP%20Client/${version}/

checksums       rmd160  4e8bf1700f4d7aacd906559e01a11654f6ce0f90 \
                sha256  f27bd461afd226f410d42a287b7d529ce834353e101d6f88e13f51ea55c582bd

depends_build   port:intltool \
                port:pkgconfig

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:gtk2 \
                port:expat \
                port:openldap \
                path:lib/libssl.dylib:openssl \
                port:libgnome-keyring \
                port:libglade2 \
                port:libiconv

patchfiles      patch-glib-2.32.diff

configure.ldflags-append -lcrypto -liconv
configure.args  --disable-update-mimedb \
                --with-ssl-prefix=${prefix} \
                --with-ldap-prefix=${prefix}

post-activate {
    system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
}