freebsd-ports/sysutils/arcconf/Makefile
Pav Lucistnik 0dc4968a0c Command Line Interface for the Adaptec SCSI RAID family of RAID controllers,
used to configure and manage connected storage devices.

This tool is currently read-only unless using aacraid-drivers from Adaptec's
website.

PR:		ports/117597
Submitted by:	Michael Fuckner <michael@fuckner.net>
2007-12-19 17:20:33 +00:00

51 lines
969 B
Makefile

# New ports collection makefile for: arcconf
# Date created: 28 October 2007
# Whom: michael@fuckner.net
#
# $FreeBSD$
PORTNAME= arcconf
DISTVERSION= v5_20_17414
CATEGORIES= sysutils
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
DISTNAME= cli_freebsd${DIST_EXT}_${DISTVERSION}
MAINTAINER= michael@fuckner.net
COMMENT= Adaptec SCSI RAID administration tool
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= May not be redistributed in binary form
NO_CDROM= yes
PLIST_FILES= sbin/arcconf
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif
.if ${OSVERSION} >= 600000
.if ${ARCH} == amd64
DIST_EXT= 6_x64
.else
DIST_EXT= 6_x86
.endif
.endif
.if ${OSVERSION} < 600000
.if ${ARCH} == "i386"
DIST_EXT= 5_x86
.else
IGNORE= combination OS/ARCH not supported
.endif
.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arcconf ${PREFIX}/sbin
.include <bsd.port.post.mk>