4a48f57964
in parallel. Fixes build with gmake 3.82. While there, patch Variables.mk instead of running a substitution.
29 lines
588 B
Makefile
29 lines
588 B
Makefile
# 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= ports@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>
|