Lines 1-10
Link Here
|
1 |
# Created by: michael@fuckner.net |
1 |
# Created by: michael@fuckner.net |
2 |
|
2 |
|
3 |
PORTNAME= arcconf |
3 |
PORTNAME= arcconf |
4 |
DISTVERSION= 3_07_23971 |
4 |
DISTVERSION= 4_01_24763 |
5 |
PORTEPOCH= 1 |
5 |
PORTEPOCH= 1 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ |
7 |
MASTER_SITES= https://download.adaptec.com/raid/storage_manager/ |
8 |
DISTNAME= arcconf_v${DISTVERSION} |
8 |
DISTNAME= arcconf_v${DISTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= michael@fuckner.net |
10 |
MAINTAINER= michael@fuckner.net |
Lines 25-36
Link Here
|
25 |
|
25 |
|
26 |
PERIODICSCRIPT= 410.status-aac-raid |
26 |
PERIODICSCRIPT= 410.status-aac-raid |
27 |
|
27 |
|
28 |
DIST_TYPE= 12_x64 |
|
|
29 |
|
30 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
31 |
|
29 |
|
32 |
.if ${OSVERSION} > 1300078 |
30 |
.if ${OSREL:R} == 12 |
33 |
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libncurses.so.8:misc/compat12x |
31 |
DIST_TYPE= 12_x86_64 |
|
|
32 |
.else |
33 |
DIST_TYPE= 13_x86_64 |
34 |
.endif |
34 |
.endif |
35 |
|
35 |
|
36 |
NO_BUILD= yes |
36 |
NO_BUILD= yes |