# -*- 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: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem          1.0

name                libzvt
version             2.0.1
set branch          [join [lrange [split ${version} .] 0 1] .]
description         A library backend of zterm.
long_description \
   Libzvt is the library backend of zterm, yet another virtual terminal \
   program.  It is needed for the application side of the GNOME 2.0 desktop.
maintainers         nomaintainer
categories          gnome

platforms           darwin

homepage            http://www.gnome.org/
master_sites        gnome:sources/${name}/${branch}/
use_bzip2           yes

checksums           md5 4bbea49495a341650fa1f89908e6554e

depends_lib         port:gtk2 \
                    port:libart_lgpl

patchfiles          patch-libzvt_libzvt.h.diff

configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info
configure.cppflags-append   "-L${prefix}/lib"

livecheck.type    regex
livecheck.url     http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex   {LATEST-IS-(\d+(?:\.\d+)*)}

