mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
6df14313de
Approved by: swills (mentor)
19 lines
413 B
Makefile
19 lines
413 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mfid
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= Monitoring daemon for mfi RAID controllers
|
|
|
|
USE_RC_SUBR= mfid
|
|
PLIST_FILES+= sbin/mfid
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mfid ${STAGEDIR}${PREFIX}/sbin/mfid
|
|
|
|
.include <bsd.port.mk>
|