# $Id: Portfile 65675 2010-03-30 06:01:41Z ryandesign@macports.org $

PortSystem              1.0

name                    aewm
version                 1.3.12
categories              x11 x11-wm
platforms               darwin
maintainers             nomaintainer
description             aewm is a minimalist window manager for X11.
long_description        ${description}

homepage                http://www.red-bean.com/~decklin/software/aewm/
master_sites            ${homepage}

checksums               md5     1addbb7e802535dc5f109d79bfea02a5 \
                        sha1    6dbe1a5c6ee1212034ce248dce4188d457a9e305 \
                        rmd160  7c0e9c08a6d77e6b1741811dcf9446140995c30f

patchfiles              patch-src-Makefile
use_bzip2               yes

depends_build           port:pkgconfig
depends_lib             port:gtk2

use_configure           no
universal_variant       no
use_parallel_build      yes

build.args              PREFIX=${prefix} \
                        XROOT=${prefix} \
                        CC=${configure.cc}

destroot.args           ${build.args}

livecheck.type          regex
livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
