1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/sysutils/mptd/Makefile
2021-04-06 16:31:07 +02:00

21 lines
438 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= mptd
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= feld@FreeBSD.org
COMMENT= Monitoring daemon for mpt RAID controllers
LICENSE= BSD2CLAUSE
USE_RC_SUBR= mptd
PLIST_FILES+= sbin/mptd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mptd ${STAGEDIR}${PREFIX}/sbin/mptd
.include <bsd.port.mk>