| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 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/net/ccxstream/ |
Upload File : |
PORTNAME= ccxstream
PORTVERSION= 1.0.15
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/xbplayer/XStream%20Servers/ccXStream%20${PORTVERSION}%20for%20Linux
MAINTAINER= ports@FreeBSD.org
COMMENT= Stream media files to XBox Media Center via XBMSP
WWW= http://www.xboxmediacenter.de/
USES= gmake ncurses readline
USE_RC_SUBR= ccxstream
PLIST_FILES= bin/ccxtest \
sbin/ccxstream
PORTDOCS= README ChangeLog TODO xbmsp-xml.txt xbmsp.txt
OPTIONS_DEFINE= SO_KEEPALIVE TCP_NODELAY DOCS
OPTIONS_DEFAULT=SO_KEEPALIVE
SO_KEEPALIVE_DESC= Build with SO_KEEPALIVE
SO_KEEPALIVE_CFLAGS= -DSO_KEEPALIVE
TCP_NODELAY_DESC= Build with TCP_NODELAY
TCP_NODELAY_CFLAGS= -DTCP_NODELAY
post-patch:
@${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccxstream ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ccxtest ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>