summaryrefslogtreecommitdiff
path: root/graphics/mplex
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-24 03:13:47 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-24 03:13:47 +0000
commit934c015dd9aa04c6f346e136c364ab2dc10a0542 (patch)
tree149d0999895a9b7a65b7669c3d51747a704f5bdf /graphics/mplex
parentWell, we know there isn't a comprehensive instruction manual, but (diff)
- Use a do-install: target instead of patching one into the source
Makefile. A do-install: target is preferrable if one does not plan on submitting patches to the author. Doing it this way has the nice side-advantages that we now respect MANOWN and BINOWN. - Respect CFLAGS - move patches/patch-ab to files/mplex.1
Notes
Notes: svn path=/head/; revision=12797
Diffstat (limited to 'graphics/mplex')
-rw-r--r--graphics/mplex/Makefile7
-rw-r--r--graphics/mplex/files/mplex.118
2 files changed, 23 insertions, 2 deletions
diff --git a/graphics/mplex/Makefile b/graphics/mplex/Makefile
index 3dcf848123cc..cc9cf233b3be 100644
--- a/graphics/mplex/Makefile
+++ b/graphics/mplex/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Jul 31 20:54:54 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.2 1996/11/18 11:28:52 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/23 07:34:43 hoek Exp $
#
DISTNAME= mplex-1.1
@@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
MAINTAINER= erich@FreeBSD.org
MAN1= mplex.1
-MANCOMPRESSED= yes
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
+ @${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/graphics/mplex/files/mplex.1 b/graphics/mplex/files/mplex.1
new file mode 100644
index 000000000000..0d7b0c0be1a5
--- /dev/null
+++ b/graphics/mplex/files/mplex.1
@@ -0,0 +1,18 @@
+.\" The following requests are required for all man pages.
+.Dd Thu Aug 1 09:36:57 CDT 1996
+.Os
+.Dt mplex 1
+.Sh NAME
+.Nm mplex
+.Sh SYNOPSIS
+.Nm mplex
+.Ar file1
+.Op file2
+.Ar file3
+.Sh DESCRIPTION
+.Nm mplex
+multiplexes MPEG audio and video streams into system layers.
+
+.Sh AUTHORS
+mplex was written by Christoph Moar <moar@informatik.tu-muenchen.de>.
+This man page was written by Eric L. Hernes <erich@FreeBSD.org>