freebsd-ports/devel/bufferpool/Makefile
Vanilla I. Shu 37b5b6985d Add bufferpool 0.0.1, bufferpool - the memory management library Feng
and Felix depend upon.

PR:		ports/117919
Submitted by:	Emmanuel Richiardone (err at tollari.org)
2007-12-18 01:51:04 +00:00

23 lines
570 B
Makefile

# 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>