Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= arcconf |
4 |
PORTNAME= arcconf |
5 |
DISTVERSION= 1_8_21375 |
5 |
DISTVERSION= 2_03_22476 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
8 |
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ |
8 |
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ |
Lines 11-18
Link Here
|
11 |
MAINTAINER= michael@fuckner.net |
11 |
MAINTAINER= michael@fuckner.net |
12 |
COMMENT= Adaptec SCSI/SAS RAID administration tool |
12 |
COMMENT= Adaptec SCSI/SAS RAID administration tool |
13 |
|
13 |
|
14 |
ONLY_FOR_ARCHS= i386 amd64 |
14 |
RUN_DEPENDS= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x |
15 |
|
15 |
|
|
|
16 |
ONLY_FOR_ARCHS= amd64 |
17 |
|
16 |
USES= zip |
18 |
USES= zip |
17 |
|
19 |
|
18 |
PERIODICSCRIPT= 410.status-aac-raid |
20 |
PERIODICSCRIPT= 410.status-aac-raid |
Lines 22-48
Link Here
|
22 |
RESTRICTED= May not be redistributed in binary form |
24 |
RESTRICTED= May not be redistributed in binary form |
23 |
NO_CDROM= May not be redistributed in binary form |
25 |
NO_CDROM= May not be redistributed in binary form |
24 |
|
26 |
|
|
|
27 |
NO_BUILD= yes |
28 |
NO_WRKSUBDIR= yes |
29 |
PLIST_FILES= etc/periodic/daily/410.status-aac-raid \ |
30 |
sbin/arcconf |
31 |
|
25 |
.include <bsd.port.pre.mk> |
32 |
.include <bsd.port.pre.mk> |
26 |
|
33 |
|
27 |
.if ${OPSYS} != FreeBSD |
34 |
.if ${OPSYS} != FreeBSD || ${OSVERSION} >= 1100000 |
28 |
IGNORE= installs incompatible binaries for FreeBSD |
35 |
IGNORE= installs incompatible binaries for FreeBSD |
29 |
.else |
36 |
.else |
|
|
37 |
DIST_EXT= _x64 |
30 |
DIST_OSVER= 10 |
38 |
DIST_OSVER= 10 |
31 |
.endif |
39 |
.endif |
32 |
|
40 |
|
33 |
.if ${ARCH} == amd64 |
|
|
34 |
DIST_EXT= _x64 |
35 |
.elif ${ARCH} == i386 |
36 |
.if ${OPSYS} == FreeBSD |
37 |
# use the 9 i386 version for 10 i386 |
38 |
DIST_OSVER= 9 |
39 |
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x |
40 |
.endif |
41 |
.endif |
42 |
|
43 |
NO_BUILD= yes |
44 |
NO_WRKSUBDIR= yes |
45 |
|
46 |
do-install: |
41 |
do-install: |
47 |
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin |
42 |
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin |
48 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily |
43 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily |