1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/sysutils/mptd/Makefile
Dmitry Marakasov c36490d608 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-09-28 09:38:29 +00:00

22 lines
450 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
LICENSE= BSD2CLAUSE
USE_RC_SUBR= mptd
PLIST_FILES+= sbin/mptd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mptd ${STAGEDIR}${PREFIX}/sbin/mptd
.include <bsd.port.mk>