freebsd-ports/multimedia/mplex/Makefile

27 lines
632 B
Makefile
Raw Normal View History

# New ports collection makefile for: mplex
# Date created: Wed Jul 31 20:54:54 CDT 1996
# Whom: erich@FreeBSD.org
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= mplex
PORTVERSION= 1.1
CATEGORIES= multimedia
2005-07-10 21:00:59 +02:00
MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/X11/mpeg/ \
http://www.netsw.org/graphic/movie/mpeg/mplex/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Multiplexes MPEG component streams into system layers
CONFLICTS= mjpegtools-*
MAN1= mplex.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/mplex
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
.include <bsd.port.mk>