220ece13b9
CityHash provides hash functions for strings. The functions mix the input bits thoroughly but are not suitable for cryptography.
12 lines
319 B
Makefile
12 lines
319 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/02 11:22:21 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= cityhash
|
|
|
|
.if !defined(CITYHASH_BUILDLINK3_MK)
|
|
CITYHASH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cityhash+= cityhash>=1.1.0
|
|
BUILDLINK_PKGSRCDIR.cityhash?= ../../textproc/cityhash
|
|
.endif # CITYHASH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cityhash
|