diff options
author | erich <erich@FreeBSD.org> | 1996-08-02 04:18:18 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-02 04:18:18 +0800 |
commit | aa6af3f81460ef6e36bcf1310212c4759475c642 (patch) | |
tree | 2e12d359866bc53bfcf61506a2edff309e85e0f7 /multimedia/mplex/Makefile | |
parent | e5dbad2c9d36610068f00601e295ac11afde9029 (diff) | |
download | freebsd-ports-gnome-aa6af3f81460ef6e36bcf1310212c4759475c642.tar.gz freebsd-ports-gnome-aa6af3f81460ef6e36bcf1310212c4759475c642.tar.zst freebsd-ports-gnome-aa6af3f81460ef6e36bcf1310212c4759475c642.zip |
new port of mplex, an MPEG stream multiplexer.
Diffstat (limited to 'multimedia/mplex/Makefile')
-rw-r--r-- | multimedia/mplex/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile new file mode 100644 index 000000000000..2fea73450e95 --- /dev/null +++ b/multimedia/mplex/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: mplex +# Version required: 1.1 +# Date created: Wed Jul 31 20:54:54 CDT 1996 +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= mplex-1.1 + +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/ + +MAINTAINER= erich@FreeBSD.org + +.include <bsd.port.mk> |