# -*- 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$

PortSystem          1.0
PortGroup           github 1.0

epoch               1
github.setup        fontforge libuninameslist 20160701
categories          devel textproc
platforms           darwin
maintainers         nomaintainer
license             Permissive

description         A Library of Unicode annotation data

long_description    The Unicode consortium provides a file containing \
                    annotations on many unicode characters. This library \
                    contains a compiled version of this file so that programs \
                    can access these data easily.

checksums           rmd160  f3da22b2696c601f0d12b99803e87a7acd195853 \
                    sha256  377daa5dc95f8e1633d10627486306d24e44a31261251008b016f13062426846

patchfiles          patch-Makefile.am.diff

use_autoreconf      yes

destroot.destdir    prefix=${destroot}${prefix}

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} COPYING LICENSE README \
        ${destroot}${prefix}/share/doc/${name}
}