| 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/ucspi-ipc/ |
Upload File : |
PORTNAME= ucspi-ipc
PORTVERSION= 0.67
CATEGORIES= sysutils
MASTER_SITES= http://www.superscript.com/ucspi-ipc/
MAINTAINER= ports@FreeBSD.org
COMMENT= UCSPI tools for building local-domain client-server applications
WWW= http://www.superscript.com/ucspi-ipc/
USES= perl5
DISABLE_SIZE= yes
DOCS= CHANGES
WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME}
OPTIONS_DEFINE= DOCS
do-configure:
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-ld
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
do-install:
.for x in ipccat ipcconnect ipcdo ipcrun
${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin
.endfor
.for x in ipcclient ipccommand ipcconnect-io ipcexec ipcexec-config \
ipcexecrules ipcexecrulescheck ipcperl ipcrules ipcrulescheck ipcserver
${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>