freebsd-ports/devel/bufferpool/Makefile
Baptiste Daroussin 7e7af61b70 Support stage
Convert USE_GMAKE to USES=gmake
strip binary
2013-11-15 21:51:43 +00:00

20 lines
475 B
Makefile

# Created by: Emmanuel Richiardone (err@tollari.org)
# $FreeBSD$
PORTNAME= bufferpool
PORTVERSION= 0.0.4
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_BZIP2= yes
USE_LDCONFIG= yes
USES= gmake pathfix pkgconfig
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so.4
.include <bsd.port.mk>