blob: 806b88707b5353e1d1909ff7270962b7e660c065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:13 asau Exp $
DISTNAME= chimera-1.20
CATEGORIES= net
MASTER_SITES= http://www.cs.ucsb.edu/~ravenben/chimera/download/
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://pdos.csail.mit.edu/chord/
COMMENT= Distributed Hash Table implementation
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/chimera
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
AUTO_MKDIRS= yes
.include "../../mk/bsd.pkg.mk"
|