blob: aafb21e4e5bbca2eb79c2c5c977bd4853e65f2e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New Ports collection makefile for: megacli
# Date created: 12 April 2009
# Whom: Vladimir Ermakov <samflanker@gmail.com>
#
# $FreeBSD$
PORTNAME= megacli
PORTVERSION= 8.00.29
CATEGORIES= sysutils
MASTER_SITES= http://www.lsi.com/DistributionSystem/AssetDocument/
DISTNAME= ${PORTVERSION}_FreeBSD_MegaCLI
MAINTAINER= samflanker@gmail.com
COMMENT= SAS MegaRAID FreeBSD MegaCLI
ONLY_FOR_ARCHS= i386 amd64
IA32_BINARY_PORT= yes
BROKEN= unfetchable
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>
|