freebsd-ports/net-mgmt/netdisco-mibs/Makefile
Martin Wilke 708bb6f43c - Update to 1.4
PR:		180561
Submitted by:	maintainer
2013-07-16 05:46:30 +00:00

24 lines
661 B
Makefile

# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
# $FreeBSD$
PORTNAME= netdisco-mibs
PORTVERSION= 1.4
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>