blob: 01067637a627d9b0e78efbfa5ab25804e3d2e3a9 (
plain)
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
# Date created:
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mpeg_encode
PORTVERSION= 1.5b
CATEGORIES= graphics
MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
DISTNAME= ${PKGNAME}-src
MAINTAINER= erich@FreeBSD.org
USE_GMAKE= yes
MAN1= mpeg_encode.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
|