blob: cc383c7bf2d6c9e30da158757a7197ac6da3c918 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: mpeg_encode
# Version required: 1.5b
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.4 1997/03/25 08:58:32 max Exp $
#
DISTNAME= mpeg_encode-1.5b-src
PKGNAME= mpeg_encode-1.5b
CATEGORIES= graphics
MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
MAINTAINER= erich@FreeBSD.org
MAN1= mpeg_encode.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
|