blob: a1e2e26ca00d763abd9338571e987b401f6a92a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: mpeg_encode
# Version required: 1.5b
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.5 1998/08/23 07:34:42 hoek 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
BROKEN_ELF= jpeg/libjpeg.a
MAN1= mpeg_encode.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
|