freebsd-ports/sysutils/megacli/Makefile
Philip M. Gollucci 61901aec17 A Command Line Interface for the MegaRAID SAS family of RAID controllers,
used to configure and manage connected storage devices.

May not be redistributed in binary form.

PR:             ports/133655
Submitted by:   Vladimir Ermakov <samflanker@gmail.com>
2009-05-20 11:49:12 +00:00

31 lines
645 B
Makefile

# New Ports collection makefile for: megacli
# Date created: 12 April 2009
# Whom: Vladimir Ermakov <samflanker@gmail.com>
#
# $FreeBSD$
PORTNAME= megacli
PORTVERSION= 4.00.11
CATEGORIES= sysutils
MASTER_SITES= http://www.lsi.com/DistributionSystem/AssetDocument/
DISTNAME= ${PORTVERSION}_FreeBSD_MegaCLI
MAINTAINER= samflanker@gmail.com
COMMENT= MegaCLI SAS RAID Management Tool
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= May not be redistributed in binary form
NO_CDROM= yes
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= sbin/MegaCli
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/MegaCli ${PREFIX}/sbin
.include <bsd.port.mk>