aboutsummaryrefslogtreecommitdiffstats
path: root/net/iffinder/Makefile
blob: de6b8edcaea96c5be0825165dbe65ba3f42548cb (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
# New ports collection makefile for: iffinder
# Date created:     6 June 2007
# Whom:         dikshie@sfc.wide.ad.jp
# $FreeBSD$

PORTNAME=   iffinder
PORTVERSION=    1.37
CATEGORIES= net
MASTER_SITES=   http://www.caida.org/tools/measurement/iffinder/download/

MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT=    Tools for find other interfaces for same router

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/iffinder
PORTDOCS=   README

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/iffinder ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>