pkgsrc/textproc/cityhash/buildlink3.mk
rodent 220ece13b9 Import cityhash-1.1.1 as textproc/cityhash.
CityHash provides hash functions for strings. The functions mix the input bits
thoroughly but are not suitable for cryptography.
2013-07-02 11:22:21 +00:00

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