# $Id: Portfile,v 1.4 2006/01/27 00:16:14 blb Exp $

PortSystem			1.0
name				libuninameslist
version				20050712
categories			devel textproc unicode
maintainers			blb@opendarwin.org
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
distname			${name}_src-${version}
extract.suffix		.tgz

checksums			md5 154549efe3a45ed4fa8d4e63ff6dbabf

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

