summaryrefslogtreecommitdiff
path: root/devel/bufferpool/Makefile
blob: df746f9669c33a4f8c7fc0a119181ba8e236028d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Emmanuel Richiardone (err@tollari.org)
# $FreeBSD$

PORTNAME=	bufferpool
PORTVERSION=	0.0.4
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://lscube.org/files/downloads/bufferpool/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Bufferpool - the memory management library Feng and Felix depend upon

BROKEN=		unfetchable

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USES=		gmake libtool pathfix pkgconfig tar:bzip2

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so

.include <bsd.port.mk>