| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/hptcli/ |
Upload File : |
PORTNAME= hptcli
PORTVERSION= 3.6
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://download.freenas.org/distfiles/
DISTNAME= CLI-FreeBSD-3.6-1-120913
MAINTAINER= bofh@FreeBSD.org
COMMENT= HighPoint storage controllers management CLI
WWW= http://www.highpoint-tech.com/USA_new/cs-service_support.htm
# Converted from RESTRICTED
LICENSE= hptcli
LICENSE_NAME= hptcli
LICENSE_TEXT= Redistribution is not allowed
LICENSE_PERMS= auto-accept
EXTRACT_SUFX= .tgz
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
NO_WRKSUBDIR= yes
post-extract:
cd ${WRKSRC} && ${TAR} -xf hptraidconf-3.6-1.tbz && \
${TAR} -xf hptsvr-3.6-1.tbz
.include <bsd.port.pre.mk>
do-install:
${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.if ${ARCH} == "i386"
${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf
${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr
.else
${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf
${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr
.endif
.include <bsd.port.post.mk>