1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/megarc/Makefile
Edwin Groothuis acc468d57e Maintainer mailaddress mass change
Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-04-15 11:47:42 +00:00

38 lines
822 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= gerrit.beine@gmx.de
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>