freebsd-ports/multimedia/mplex/Makefile
Baptiste Daroussin 093250095d Deprecate unmaintained ports from multimedia where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 17:53:27 +00:00

29 lines
736 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= 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
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>