2002-05-06 16:47:14 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libshbuf
|
|
|
|
# Date created: May 6, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libshbuf
|
|
|
|
PORTVERSION= 0.0.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2002-05-06 16:47:14 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2002-05-06 16:47:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library for Shared Buffer IPC
|
2002-05-06 16:47:14 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-05-06 16:47:14 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-08-05 06:19:19 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2002-05-06 16:47:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|