1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/devmon-templates/Makefile
2021-04-06 16:31:07 +02:00

20 lines
463 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
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>