blob: 3dcf848123cc924663d01bbd18fe4b17132cfb83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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: Makefile,v 1.2 1996/11/18 11:28:52 asami Exp $
#
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
MANCOMPRESSED= yes
.include <bsd.port.mk>
|