16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $
|
|
|
|
DISTNAME= cityhash-1.1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://cityhash.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/google/cityhash
|
|
COMMENT= Provides hash functions for strings
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|