aboutsummaryrefslogtreecommitdiffstats
path: root/net/mgen/Makefile
blob: 04f618d62094e28440ef1b253d6de296a14f4c8d (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
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    rude
# Date created:     04/11/2004
# Whom:         janos.mohacsi@bsd.hu
#
# $FreeBSD$
#

PORTNAME=   mgen
PORTVERSION=    4.2b6
CATEGORIES= net
MASTER_SITES=   http://downloads.pf.itd.nrl.navy.mil/mgen/
DISTNAME=   src-${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= janos.mohacsi@bsd.hu
COMMENT=    An IP network performance tests and measurements

# Dumps core on 64-bit architectures. This was reported to the upstream
# author, who promised to fix it in one of the next releases.
ONLY_FOR_ARCHS= i386
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

USE_GMAKE=  yes

PLIST_FILES=    bin/mgen
PORTDOCS=   README.TXT VERSION.TXT mgen.html example.mgn

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/unix/Makefile.common \
        ${WRKSRC}/protolib/unix/Makefile.common

    @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g' ${WRKSRC}/unix/Makefile.freebsd \
                    ${WRKSRC}/protolib/unix/Makefile.freebsd

do-build:
    cd ${WRKSRC}/unix && ${GMAKE} -f Makefile.freebsd ${PORTNAME}

do-install:
    ${INSTALL_PROGRAM}  ${WRKSRC}/unix/mgen ${PREFIX}/bin
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>