blob: 3c879d391e4116e53738639a8807ae37c52f1b52 (
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= ports@FreeBSD.org
USE_GMAKE= yes
MAN1= mpeg_encode.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
|