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

name                gnotify
version             1.2
description         Gnotify is a notification-service daemon.
long_description    GNotify is a little daemon written in C using GTK. It \
                    provides (like the KDE KNotify-system) a notification-service \
                    for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other \
                    Desktop-Environments/WindowManagers.
maintainers         nomaintainer
categories          gnome
license             GPL-2+
platforms           darwin
homepage            http://gnotify.sf.net
master_sites        sourceforge

depends_build       port:pkgconfig \
                    port:autoconf \
                    port:automake \
                    port:libtool

depends_lib         path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
                    port:gettext \
                    port:libxml2

checksums           md5 6e7a031a5b1e9b12ac04992ccbf71627

patchfiles          patch-autogen.sh.diff

configure.cmd       ./autogen.sh

livecheck.url       http://sourceforge.net/projects/${name}/files/${name}/
livecheck.regex     "(?i)${name} (\\d+(?:\\.\\d+)*)"
