# -*- 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 51123 2009-05-18 20:26:14Z jmr@macports.org $

PortSystem      1.0

name            xforms
version         1.0.91
categories      x11
maintainers     ira.uka.de:raphael openmaintainer
description     GUI toolkit based on Xlib
long_description XForms is a GUI toolkit based on Xlib for X Window Systems. \
                It features a rich set of objects, such as buttons, \
                scrollbars, and menus etc. integrated into an easy and \
                efficient object/event callback execution model that allows \
                fast and easy construction of X-applications. In addition, \
                the library is extensible and new objects can easily be \
                created and added to the library.
homepage        http://savannah.nongnu.org/projects/${name}/
platforms       darwin
master_sites    savannah
livecheck.url   http://download.savannah.gnu.org/releases-noredirect/${name}/
livecheck.regex "${name}-(\[0-9\\.\]+)\\${extract.suffix}"
checksums       md5 4eb57f2e095a1ad3adabf25462bad38a \
                sha1 88deea062cc4967214435aeac1247405fc85a744 \
                rmd160 bf9457d33960f82ac6454d70de742a38d421320d
depends_lib \
	port:xorg-libsm \
	port:xpm \
	port:jpeg

# not trivial to autoreconf
universal_variant no
