1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/mbuffer/Makefile
Rong-En Fan db05b418a5 - Update to 2010.05.26
PR:		ports/150885
Submitted by:	Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2010-09-24 09:27:12 +00:00

32 lines
640 B
Makefile

# New ports collection makefile for: mbuffer
# Date created: Dec 14 2006
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mbuffer
PORTVERSION= 2010.05.26
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
EXTRACT_SUFX= .tgz
MAINTAINER= rafan@FreeBSD.org
COMMENT= A tool for buffering data streams
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= SHELL=${SH}
PLIST_FILES= bin/mbuffer
MAN1= ${PORTNAME}.1
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/configure
.include <bsd.port.post.mk>