# -*- 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
PortGroup           github 1.0

github.setup        mej libast 0.8
revision            2
checksums           rmd160  1c560da57516a63f2e600ed19855f97a80f0449a \
                    sha256  d4851879c53bd2ef4fe969bcdec6fa9f265db39c6131102a3b59c9c7606f34f0 \
                    size    254188

categories          devel x11
platforms           darwin
maintainers         nomaintainer
license             X11

description         LibAST is the Library of Assorted Spiffy Things.

long_description    LibAST is the Library of Assorted Spiffy Things. \
                    It contains many spiffy things, and it is a \
                    library. Thus, the ever-so-creative name. LibAST \
                    has been previously known as libmej, the Eterm \
                    helper library which nobody really understood and \
                    certainly never used.

homepage            http://www.eterm.org/
github.tarball_from archive

depends_build       port:pkgconfig

depends_lib         port:freetype \
                    port:imlib2 \
                    port:pcre \
                    port:xorg-libXt

patchfiles          implicit.patch \
                    include-paths.patch

use_autoreconf      yes
autoreconf.args     -fvi
autoreconf.env      "ACLOCAL=aclocal -I ${prefix}/share/aclocal -I ."
