opnsense-ports/multimedia/linux-tsmuxer/Makefile
Franco Fichtner ab0c415e58 */*: sync with upstream
Taken from: FreeBSD
2015-11-07 09:50:56 +01:00

23 lines
540 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= tsmuxer
PORTVERSION= 1.10.6
CATEGORIES= multimedia linux
MASTER_SITES= http://twocats.free.fr/pub/h264tobox/
PKGNAMEPREFIX= linux-
DISTNAME= tsMuxeR_${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Utility to create TS and M2TS files for IP broadcasting
USE_LINUX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/tsMuxeR bin/tsMuxerGUI
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tsMuxeR ${WRKSRC}/tsMuxerGUI \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>