opnsense-ports/devel/bufferpool/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
493 B
Makefile

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