diff options
Diffstat (limited to 'devel/bufferpool/Makefile')
-rw-r--r-- | devel/bufferpool/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/bufferpool/Makefile b/devel/bufferpool/Makefile deleted file mode 100644 index cd92551a5e79..000000000000 --- a/devel/bufferpool/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -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> |