aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplex/Makefile
blob: 29cdbce4a49da9142875fcd00ee8d9e7b807c6e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    mplex
# Date created:         Wed Jul 31 20:54:54 CDT 1996
# Whom:                 erich@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   mplex
PORTVERSION=    1.1
CATEGORIES= multimedia
MASTER_SITES=   http://ftp.yars.free.net/pub/software/unix/X11/mpeg/ \
        http://www.netsw.org/graphic/movie/mpeg/mplex/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Multiplexes MPEG component streams into system layers

# Depended on by multimedia/fxtv
DEPRECATED=     Upstream disapeared and distfile is not available
EXPIRATION_DATE=        2011-10-31

CONFLICTS=  mjpegtools-*

MAN1=       mplex.1
PLIST_FILES=    bin/mplex

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
    ${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1

.include <bsd.port.mk>