mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
46c2f81eb4
Submitted by: pluknet <pluknet@gmail.com>
46 lines
863 B
Makefile
46 lines
863 B
Makefile
# New ports collection makefile for: arcconf
|
|
# Date created: 28 October 2007
|
|
# Whom: michael@fuckner.net
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arcconf
|
|
DISTVERSION= v6_10_18359
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
|
|
DISTNAME= asm_freebsd${DIST_TYPE}_${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
|
|
DIST_TYPE= 7
|
|
EXTRACT_SUFX= .pkg.tbz
|
|
.else
|
|
DIST_TYPE= 6
|
|
EXTRACT_SUFX= .pkg.tgz
|
|
.endif
|
|
|
|
.if ${ARCH} == amd64
|
|
DIST_EXT= x64
|
|
.else
|
|
DIST_EXT= x86
|
|
.endif
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/opt/StorMan/arcconf ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.post.mk>
|