18 lines
385 B
Makefile
18 lines
385 B
Makefile
|
# $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"
|