# -*- 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 90756 2012-03-14 06:41:07Z ryandesign@macports.org $

PortSystem			1.0

name				libuninameslist
version				20091231
categories			devel textproc unicode
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.

platforms			darwin

homepage			http://libuninameslist.sourceforge.net/
master_sites		sourceforge:project/libuninameslist/libuninameslist%20sources/Unicode_5.2-${version}

use_bzip2                       yes
checksums                       md5     14f47d50fb0e05c5029298847437feab \
                                sha1    8711f617600a5a975007f8ebdf8047c84f66235f \
                                rmd160  6d906622f5aac7bfc2dcdfcc248b5c5cfa725668

worksrcdir			${name}

build.target

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

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

livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
