opnsense-ports/net/iffinder/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

30 lines
617 B
Makefile

# Created by: dikshie@sfc.wide.ad.jp
# $FreeBSD$
PORTNAME= iffinder
PORTVERSION= 1.38
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
OPTIONS_DEFINE= DOCS
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
PLIST_FILES= bin/iffinder
PORTDOCS= README
MAKE_ARGS+= CC="${CC}"
MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iffinder ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>