freebsd-ports/sysutils/megarc/Makefile
Tilman Keskinoz 51b74f8f06 Adding ia64 to NLY_FOR_ARCHS was premature
Reported by:	pointyhat
2005-11-12 08:54:31 +00:00

38 lines
818 B
Makefile

# Ports collection makefile for: megarc
# Date created: 22 June 2005
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= megarc
PORTVERSION= 1.51
CATEGORIES= sysutils
MASTER_SITES= http://www.lsilogic.com/files/support/rsa/beta/drivers/
DISTNAME= dr_freebsd_${PORTVERSION}
MAINTAINER= tux@pinguru.net
COMMENT= LSI Logic's MegaRAID controlling software
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= Must be downloaded directly from the manufacturer
PLIST_FILES= sbin/megarc
PORTDOCS= *
post-extract:
@cd ${WRKSRC} && ${UNZIP_CMD} -aqo 'MegaRC 1.04.zip'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>