- Import of mtv-1.0.6.
- A mpeg video player.
This commit is contained in:
parent
352e801b22
commit
5716006f26
33
graphics/mtv/Makefile
Normal file
33
graphics/mtv/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/31 09:28:58 kevlo Exp $
|
||||
|
||||
DISTNAME= mtv-1.0.6.0
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.322
|
||||
MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/unsupported/x86-bsdi-bsdos/
|
||||
|
||||
HOMEPAGE= http://www.mpegtv.com/
|
||||
|
||||
MAINTAINER= kevlo@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Commercial
|
||||
PERMIT_PACKAGE_FTP= Commercial
|
||||
PERMIT_DISTFILES_CDROM= Commercial
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
WRKDIST= ${WRKDIR}/mtv
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/mtv
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mtv ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mtvp ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/mtv
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/mtv
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/mtv
|
||||
${INSTALL_DATA} ${WRKSRC}/release-notes.html ${PREFIX}/share/mtv
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/mtv/files/md5
Normal file
3
graphics/mtv/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mtv-1.0.6.0.tgz) = 84b8f65efe388aeaf9642c65bf07eed0
|
||||
RMD160 (mtv-1.0.6.0.tgz) = d0a0d9829cfe3bcc6dccb66ecb46ea7e8587aedd
|
||||
SHA1 (mtv-1.0.6.0.tgz) = 18478e95665e2002d02d6b2de4d5cb4ead8ab4f3
|
1
graphics/mtv/pkg/COMMENT
Normal file
1
graphics/mtv/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
mpeg video player
|
9
graphics/mtv/pkg/DESCR
Normal file
9
graphics/mtv/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
MpegTV Player (mtv) is a realtime software MPEG-1 Video+Audio Player
|
||||
and VCD Player. It supports full-screen mode, can play from file,
|
||||
pipe, network URL, or Video CD.
|
||||
|
||||
Note that mtv is NOT free software. Please read the license information
|
||||
at http://www.mpegtv.com/player-license.txt before using.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
8
graphics/mtv/pkg/PLIST
Normal file
8
graphics/mtv/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/31 09:28:58 kevlo Exp $
|
||||
bin/mtv
|
||||
bin/mtvp
|
||||
share/mtv/COPYRIGHT
|
||||
share/mtv/LICENSE
|
||||
share/mtv/README
|
||||
share/mtv/release-notes.html
|
||||
@dirrm share/mtv
|
Loading…
Reference in New Issue
Block a user