aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/devmon-templates/Makefile
blob: 42246cbba02d56b2469ffe2539ea2eaa3ac1bb25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	devmon-templates
DISTVERSION=	20080206
CATEGORIES=	net-mgmt
MASTER_SITES=	SF/devmon/${PORTNAME}/templates/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Device templates for use with devmon
WWW=		https://devmon.sourceforge.net/

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>