openbsd-ports/graphics/mplex/Makefile
angelos fae68ec075 Initial import of mplex, based on FreeBSD port.
Multiplex MPEG video/audio streams.
2001-06-19 03:23:26 +00:00

25 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/06/19 03:23:26 angelos Exp $
# $FreeBSD: ports/graphics/mplex/Makefile,v 1.8 2000/05/29 23:54:39 steve Exp $
#
COMMENT= "Multiplexes MPEG component streams into system layers"
DISTNAME= mplex-1.1
CATEGORIES= graphics
NEED_VERSION= 1.402
MAINTAINER= ports@openbsd.org
# GNU
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
.include <bsd.port.mk>