forked from Lainports/freebsd-ports
mptd is a monitoring daemon for mpt raid controllers designed by our very own jhb@ when he worked at Yahoo. Approved by: crees (mentor), sbruno Sponsored by: Yahoo
18 lines
402 B
Makefile
18 lines
402 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mptd
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Monitoring daemon for mpt RAID controllers
|
|
|
|
USE_RC_SUBR= mptd
|
|
PLIST_FILES+= sbin/mptd
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mptd ${PREFIX}/sbin/mptd
|
|
|
|
.include <bsd.port.mk>
|