aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplex/Makefile')
-rw-r--r--multimedia/mplex/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
deleted file mode 100644
index 3326c4e2accd..000000000000
--- a/multimedia/mplex/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: mplex
-# Version required: 1.1
-# Date created: Wed Jul 31 20:54:54 CDT 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= mplex-1.1
-
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
-
-MAINTAINER= erich@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>