1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/multimedia/mplex/Makefile

24 lines
559 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 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= mplex
PORTVERSION= 1.1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:08:19 +00:00
COMMENT= Multiplexes MPEG component streams into system layers
MAN1= mplex.1
2004-02-05 20:38:07 +00: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>