# -*- 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 cog version 0.8.0 license GPL-2+ description A program for editing advanced GNOME 2 settings in an easy way. long_description \ ${description} maintainers nomaintainer categories gnome platforms darwin homepage http://www.krakoa.dk/old-linux-software.html master_sites http://www.krakoa.dk/progs/cog/ checksums md5 fa6a42b2fa355cf736f661e6ed0589e5 \ sha1 4f38df8c5dbb2739c8fb5f39a8d38b0ab7edf13d depends_build port:pkgconfig depends_lib port:desktop-file-utils \ path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ port:gconf \ port:libgnomeui \ port:libglade2 configure.args --mandir=${prefix}/share/man post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type regex livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"