forked from Lainports/freebsd-ports
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# Created by: michael@fuckner.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arcconf
|
|
DISTVERSION= v1_7_21229
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
|
|
DISTNAME= arcconf_${DISTVERSION}
|
|
|
|
MAINTAINER= michael@fuckner.net
|
|
COMMENT= Adaptec SCSI/SAS RAID administration tool
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USES= zip
|
|
|
|
PERIODICSCRIPT= 410.status-aac-raid
|
|
|
|
SUB_FILES+= ${PERIODICSCRIPT}
|
|
|
|
RESTRICTED= May not be redistributed in binary form
|
|
NO_CDROM= May not be redistributed in binary form
|
|
|
|
DIST_OSVER= 9
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} != FreeBSD
|
|
IGNORE= installs incompatible binaries for FreeBSD
|
|
.endif
|
|
|
|
.if ${ARCH} == amd64
|
|
DIST_EXT= _x64
|
|
.endif
|
|
|
|
.if ! exists(/usr/lib/libstdc++.so.6)
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
|
|
.endif
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily
|
|
|
|
.include <bsd.port.post.mk>
|