mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
1e21c258a7
I cannot give these the attention they need right now.
18 lines
355 B
Makefile
18 lines
355 B
Makefile
PORTNAME= mfid
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/feld
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Monitoring daemon for mfi RAID controllers
|
|
WWW= https://www.freebsd.org/
|
|
|
|
USE_RC_SUBR= mfid
|
|
PLIST_FILES+= sbin/mfid
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mfid ${STAGEDIR}${PREFIX}/sbin/mfid
|
|
|
|
.include <bsd.port.mk>
|