diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /sysutils/linux-megacli2/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'sysutils/linux-megacli2/Makefile')
-rw-r--r-- | sysutils/linux-megacli2/Makefile | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/sysutils/linux-megacli2/Makefile b/sysutils/linux-megacli2/Makefile deleted file mode 100644 index 40163981d265..000000000000 --- a/sysutils/linux-megacli2/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Ports collection makefile for: linux-megacli -# Date created: Wed, Nov 29th, 2006 -# Whom: Ruben van Staveren (ruben@verweg.com) -# -# $FreeBSD$ -# - -PORTNAME= megacli -PORTVERSION= 1.01.40 -PORTREVISION= 1 -CATEGORIES= sysutils linux -MASTER_SITES= http://www.lsi.com/support/downloads/megaraid/miscellaneous/linux/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTVERSION}_Linux_Cli - -MAINTAINER= ruben@verweg.com -COMMENT= LSI MegaRAID SAS controller management utility - -NO_WRKSUBDIR= yes -USE_ZIP= yes -RESTRICTED= Redistribution prohibited, see: http://lsi.com/cm/License.do -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -SUB_FILES= megacli.sh -SUB_FILES+= 407.status-mfi-raid - -# From bsd.linux.rpm.mk -RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio -EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm - -post-extract: - cd ${WRKSRC} && \ - ${RPM2CPIO} MegaCli-${PORTVERSION}-0.i386.rpm | ${CPIO} -id --quiet - -do-build: - @${BRANDELF} -t Linux ${WRKSRC}/opt/MegaRAID/MegaCli/MegaCli - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/megacli.sh ${PREFIX}/sbin/megacli - ${MKDIR} ${PREFIX}/etc/periodic/daily - ${INSTALL_SCRIPT} ${WRKSRC}/407.status-mfi-raid ${PREFIX}/etc/periodic/daily - ${INSTALL_PROGRAM} ${WRKSRC}/opt/MegaRAID/MegaCli/MegaCli ${PREFIX}/libexec - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTVERSION}_Linux_Cli.txt ${DOCSDIR}/readme.txt - ${INSTALL_MAN} ${FILESDIR}/README-status-mfi-raid.txt ${DOCSDIR}/README-status-mfi-raid.txt -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 602000 -IGNORE= needs at least FreeBSD 6.2 and mfi_linux.ko -.endif - -.include <bsd.port.post.mk> |