aboutsummaryrefslogtreecommitdiff
path: root/devel/bufferpool/Makefile
blob: b4d7da4ba6bf4b7923300230c82a0ac2802a5589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   bufferpool
# Date created:        7 November 2007
# Whom:                Emmanuel Richiardone (err@tollari.org)
#
# $FreeBSD$
#

PORTNAME=	bufferpool
PORTVERSION=	0.0.1
CATEGORIES=	devel
MASTER_SITES=	http://live.polito.it/files/downloads/bufferpool/
DISTNAME=	${PORTNAME}-${PORTVERSION}

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

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_BZIP2=	yes
USE_LDCONFIG=	yes
USE_GNOME=	gnometarget pkgconfig gnomehack

.include <bsd.port.mk>