# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD: head/net-mgmt/devmon-templates/Makefile 412348 2016-04-01 14:17:44Z mat $

PORTNAME=	devmon-templates
DISTVERSION=	20080206
CATEGORIES=	net-mgmt
MASTER_SITES=	SF/devmon/${PORTNAME}/templates/

MAINTAINER=	feld@FreeBSD.org
COMMENT=	Device templates for use with devmon

RUN_DEPENDS=	devmon>0:net-mgmt/devmon

NO_BUILD=	yes

do-install:
	${INSTALL} -d ${STAGEDIR}${PREFIX}/devmon/templates/
	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/devmon/templates/)

.include <bsd.port.mk>