blob: 62ab00be3c14d6bca5cd374dc6a8963b4b7553a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1 2013/07/02 11:22:21 rodent Exp $
#
DISTNAME= cityhash-1.1.1
CATEGORIES= textproc
MASTER_SITES= http://cityhash.googlecode.com/files/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://code.google.com/p/cityhash/
COMMENT= Provides hash functions for strings
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"
|