summaryrefslogtreecommitdiffstats
path: root/devel/libarena/Makefile
blob: ea57536ba01d45fe20d297c50751610b70f3782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# Ports collection makefile for:	libarena
# Date created:			Apr 22, 2007
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libarena
PORTVERSION=	0.3.4
CATEGORIES=	devel
MASTER_SITES=	http://www.25thandclement.com/~william/projects/releases/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ijliao@FreeBSD.org
COMMENT=	Custom Memory Allocator Interface

USE_GMAKE=	yes

PLIST_FILES=	include/arena/align.h \
		include/arena/arena.h \
		include/arena/pool.h \
		include/arena/proto.h \
		include/arena/rbits.h \
		include/arena/util.h \
		lib/libarena.a
PLIST_DIRS=	include/arena

.include <bsd.port.mk>
OpenPOWER on IntegriCloud