# -*- 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                twm
version             1.0.10
categories          x11 x11-wm
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Tab Window Manager for X11
long_description \
   Twm is a window manager for the X Window System.  It provides titlebars, \
   shaped windows, several forms of icon management, user-defined macro \
   functions, click-to-type and pointer-driven keyboard focus, and \
   user-specified key and pointer button bindings.

platforms           darwin

homepage            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  eafaa441034b98664e0dcf1e0f10b35c5e445f26 \
                    sha256  6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7 \
                    size    287094

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
