# New ports collection makefile for:	netdisco-mibs
# Date created:		2012-02-10
# Whom:			Geoffroy Desvernay <dgeo@centrale-marseille.fr>
#
# $FreeBSD: ports/net-mgmt/netdisco-mibs/Makefile,v 1.2 2012/02/17 17:22:21 scheidell Exp $
#

PORTNAME=	netdisco-mibs
PORTVERSION=	0.9
CATEGORIES=	net-mgmt
MASTER_SITES=	SF/netdisco/netdisco-mibs/${PORTVERSION}

MAINTAINER=	dgeo@centrale-marseille.fr
COMMENT=	Mibs for use with ports-mgmt/netdisco (and snmp)

NO_BUILD=	yes

.include "bsd.port.netdisco.mk"

do-install:
	${MKDIR} ${DATADIR}
	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})

.	for mibdir in ${MIBDIRS}
		(cd ${DATADIR}/${mibdir} && ${GREP} 'DEFINITIONS ::= BEGIN' *.* | ${SED} 's/\(.*\..*\):[[:space:]]*\(.*\) DEFINITIONS.*$$/\2 \1/' > .index)
.	endfor
	(cd ${DATADIR} && ${SH} ./mkindex)

.include <bsd.port.mk>
