18 lines
397 B
Makefile
18 lines
397 B
Makefile
|
# New ports collection makefile for: mpeg_encode
|
||
|
# Version required: 1.5b
|
||
|
# Date created:
|
||
|
# Whom: erich@FreeBSD.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= mpeg_encode-1.5b-src
|
||
|
PKGNAME= mpeg_encode-1.5b
|
||
|
CATEGORIES+= graphics
|
||
|
MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
|
||
|
WRKSRC= ${WRKDIR}/mpeg_encode
|
||
|
|
||
|
MAINTAINER= erich@FreeBSD.org
|
||
|
|
||
|
.include <bsd.port.mk>
|