aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplex/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /multimedia/mplex/Makefile
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'multimedia/mplex/Makefile')
-rw-r--r--multimedia/mplex/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
deleted file mode 100644
index 8ce9d876d8f5..000000000000
--- a/multimedia/mplex/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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= graphics
-MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/
-
-MAINTAINER= ports@FreeBSD.org
-
-MAN1= mplex.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>