1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/mptd/Makefile
Mark Felder c2e2766a2c STAGE support
Fix incorrect path in rc script

Approved by:	swills (mentor)
2013-10-24 11:35:03 +00:00

20 lines
429 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
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
USE_RC_SUBR= mptd
PLIST_FILES+= sbin/mptd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mptd ${STAGEDIR}${PREFIX}/sbin/mptd
.include <bsd.port.mk>