aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mbuffer/Makefile
blob: e56d515abd6c3b762045d82988a6056712e83bef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    mbuffer
# Date created:             Dec 14 2006
# Whom:                 Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mbuffer
PORTVERSION=    2008.12.07
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>

.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
CFLAGS+=    -m64
.endif

post-patch:
    @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/configure

.include <bsd.port.post.mk>