freebsd-ports/net/mptsd/Makefile
Dmitry Marakasov 84b6c91edc mptsd receives mpegts streams from multicast (udp/rtp) or http and
combines them into one multiple program stream that is suitable for
outputing to DVB-C modulator.

WWW: https://github.com/gfto/mptsd
2018-06-07 12:54:42 +00:00

22 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= mptsd
PORTVERSION= 1.1
CATEGORIES= net multimedia
MASTER_SITES= https://georgi.unixsol.org/programs/mptsd/
MAINTAINER= win2000rus@hotmail.com
COMMENT= MPEG TS stream muxer
LICENSE= GPLv2 MIT
LICENSE_COMB= multi
USES= gmake tar:bzip2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}*.conf ${STAGEDIR}${ETCDIR}
.include <bsd.port.mk>