mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# New ports collection makefile for: mpeg_encode
|
|
# Version required: 1.5b
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= mpeg_encode.1
|
|
MANCOMPRESSED= yes
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_encode
|
|
|
|
.include <bsd.port.mk>
|