mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Xport Transport Stream Demuxer
PR: ports/137469 Submitted by: Steve Wills <steve@mouf.net>
This commit is contained in:
parent
5e7eacd121
commit
ad0dc0cc3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239084
@ -302,6 +302,7 @@
|
||||
SUBDIR += xmms-weasel
|
||||
SUBDIR += xmps
|
||||
SUBDIR += xmps-win32-plugin
|
||||
SUBDIR += xporthdmv
|
||||
SUBDIR += xtheater
|
||||
SUBDIR += xvid
|
||||
SUBDIR += xvid4conf
|
||||
|
29
multimedia/xporthdmv/Makefile
Normal file
29
multimedia/xporthdmv/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: xporthdmv
|
||||
# Date created: 2009-08-05
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xporthdmv
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.w6rz.net/
|
||||
DISTNAME= xport
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= The xport Transport Stream Demuxer
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/xporthdmv
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} \
|
||||
&& ${CC} ${CFLAGS} xport.c -o xporthdmv
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
multimedia/xporthdmv/distinfo
Normal file
3
multimedia/xporthdmv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xport.zip) = 4391519a2b170313e0d51d28629b0a22
|
||||
SHA256 (xport.zip) = 7b5f2bc5d729773f6c21f459c6fad63b3c844df5eb52863204521f83d50ae4ba
|
||||
SIZE (xport.zip) = 60471
|
3
multimedia/xporthdmv/pkg-descr
Normal file
3
multimedia/xporthdmv/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
xport Transport Stream Demuxer, sometimes called xporthdmv
|
||||
|
||||
WWW: http://www.w6rz.net/
|
Loading…
Reference in New Issue
Block a user