1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/mfid/Makefile
Mark Felder 1e21c258a7 Drop maintainership of ports
I cannot give these the attention they need right now.
2023-07-20 14:04:33 +00:00

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>