# -*- 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 41774 2008-11-10 08:38:49Z devans@macports.org $

PortSystem			1.0

name				libuninameslist
version				20080409
categories			devel textproc unicode
maintainers			nomaintainer
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

use_bzip2                       yes
checksums                       md5     bcf7d9d7975278d11338b69d1248a072 \
                                sha1    ccdf063dec798be8676e7e9bd1f818d5f4b12da5 \
                                rmd160  8c835d554e1b22af4cc2f817c90968bf7f83b779

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}
}

