aboutsummaryrefslogtreecommitdiffstats
path: root/net/pathneck/Makefile
blob: 71b18df93269f9793f340fd64e0486899ac7de76 (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
# New ports collection makefile for:    pathneck
# Date Created:             22 Dec 2005
# Whom:                 Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#

PORTNAME=   pathneck
PORTVERSION=    1.3
CATEGORIES= net
MASTER_SITES=   http://www.cs.cmu.edu/~hnn/pathneck/ \
        http://gs274.sp.cs.cmu.edu/www/pathneck/ \
        http://www.unixified.net/distfiles/
EXTRACT_SUFX=   .tgz

MAINTAINER= farrokhi@FreeBSD.org
COMMENT=    Active network path probing tool

PLIST_FILES=    sbin/pathneck \
        sbin/get-choke
PORTDOCS=   COPYING ChangeLog README
MAKEFILE=   Makefile.bsd

post-patch:
    @${REINPLACE_CMD} -e 's,^CC .=,CC ?=,' \
              -e 's,^CFLAGS .=,CFLAGS +=,' \
        ${WRKSRC}/Makefile.bsd

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${PREFIX}/sbin/pathneck
    ${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${PREFIX}/sbin/get-choke
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>