# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $

PortSystem 1.0

name			libghash
version			0.0.2
categories		devel
platforms		darwin
maintainers		nomaintainer
description		General Purpose Hash Function Algorithm library
long_description	The General Purpose Hash Function Algorithm library \
					contains implementations for a series of commonly used \
					additive and rotative string hashing algorithms.

homepage		http://www.partow.net/programming/hashfunctions/
master_sites	http://www.partow.net/downloads/
distname		GeneralHashFunctions_-_C
checksums		md5 28e0b6f801fff3ed9aaba62d451d2fd7
use_zip			yes
patchfiles		patch-Makefile

use_configure	no

build.args		PREFIX=${prefix}

destroot.args	PREFIX=${prefix}
