freebsd-ports/net/iffinder/Makefile
Martin Wilke 3547572f60 Iffinder is a tool for discover IP interfaces which belong to same
router.

WWW: http://www.caida.org/tools/measurement/iffinder/

PR:		ports/113288
Submitted by:	dikshie at sfc.wide.ad.jp
2007-06-06 21:45:48 +00:00

26 lines
597 B
Makefile

# 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>