mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
991b898e72
- update Mastersite - take maintainership from ports@FreeBSD.org. Feature safe: yes
27 lines
581 B
Makefile
27 lines
581 B
Makefile
# 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= sanpei
|
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
|
COMMENT= Multiplexes MPEG component streams into system layers
|
|
|
|
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>
|